mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
ea9531ab70
Original commit message from CVS: fix build so you can make dist and create rpms
14 lines
222 B
Makefile
14 lines
222 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 indexing switch
|