gstreamer/Makefile.am
Thomas Vander Stichele 2e5aa7a47c added (en/dis)able-external option did harmless search and replace, move along
Original commit message from CVS:
added (en/dis)able-external option
did harmless search and replace, move along
2002-06-14 16:44:33 +00:00

18 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