mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
25bbab292f
Original commit message from CVS: added (en/dis)able-external option did harmless search and replace, move along
17 lines
345 B
Makefile
17 lines
345 B
Makefile
if USE_GCONF
|
|
GCONF_DIR=gconf
|
|
else
|
|
GCONF_DIR=
|
|
endif
|
|
|
|
if BUILD_EXTERNAL
|
|
EXT_DIR=ext
|
|
else
|
|
EXT_DIR=
|
|
endif
|
|
|
|
SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) ## testsuite
|
|
|
|
DIST_SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools gconf ## testsuite
|
|
|
|
EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh
|