gstreamer/plugins/Makefile.am
Thomas Vander Stichele 9389a2f8b3 check/Makefile.am: look in the right place for elements, a lot more chance of success
Original commit message from CVS:

* check/Makefile.am:
look in the right place for elements, a lot more chance of
success
* gst/Makefile.am:
remove indexers and elements subdirs
* plugins/Makefile.am:
make indexers conditional
2005-11-29 18:14:35 +00:00

10 lines
144 B
Makefile

if GST_DISABLE_INDEX
SUBDIRS_INDEX =
else
SUBDIRS_INDEX = indexers
endif
SUBDIRS = elements $(SUBDIRS_INDEX)
DIST_SUBDIRS = elements indexers