mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
7f8d8fe8d5
Original commit message from CVS: Merged from GOBJECT1 to HEAD at 200106241
17 lines
383 B
Makefile
17 lines
383 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 mixer cutter
|
|
|
|
DIST_SUBDIRS = autoplug \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread xml plugins typefind mixer cutter
|
|
|