mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
fe8a1c5a98
Original commit message from CVS: Don't compile editor if havn't got libglade-gnome.
27 lines
695 B
Makefile
27 lines
695 B
Makefile
|
|
if HAVE_LIBGLADE_GNOME
|
|
# The following line mustn't be indented - automake is _very_ fussy..
|
|
libglade_subdir=gstplay editor
|
|
else
|
|
# The following line mustn't be indented - automake is _very_ fussy..
|
|
libglade_subdir=
|
|
endif
|
|
|
|
# These are the subdirs which might get used.
|
|
SUBDIRS = gst libs plugins . test $(libglade_subdir) tools docs # tests
|
|
|
|
# These are all the possible subdirs
|
|
DIST_SUBDIRS = gst libs plugins . gstplay test editor tools docs tests
|
|
|
|
bin_SCRIPTS = gstreamer-config
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = gstreamer.m4
|
|
|
|
EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE
|
|
|
|
dist-hook:
|
|
cp gstreamer.spec $(distdir)
|
|
|
|
rpm: dist
|
|
rpm -ta $(distdir).tar.gz
|