mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
69a7a16fd7
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
14 lines
196 B
Makefile
14 lines
196 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS=seeking
|
|
else
|
|
FT2_SUBDIRS=
|
|
endif
|
|
|
|
if HAVE_GTK
|
|
GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
|
|
else
|
|
GTK_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS=$(GTK_SUBDIRS)
|
|
DIST_SUBDIRS=capsfilter dynparams seeking
|