mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
9389a2f8b3
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
9 lines
144 B
Makefile
9 lines
144 B
Makefile
if GST_DISABLE_INDEX
|
|
SUBDIRS_INDEX =
|
|
else
|
|
SUBDIRS_INDEX = indexers
|
|
endif
|
|
|
|
SUBDIRS = elements $(SUBDIRS_INDEX)
|
|
|
|
DIST_SUBDIRS = elements indexers
|