mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
0bf1a380cc
Original commit message from CVS: Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug example only compile if gnome headers are present.
11 lines
210 B
Makefile
11 lines
210 B
Makefile
|
|
if HAVE_GNOME
|
|
GNOME_SUBDS = autoplug
|
|
else
|
|
GNOME_SUBDS =
|
|
endif
|
|
|
|
SUBDIRS = $(GNOME_SUBDS) \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread xml plugins typefind
|