2000-08-18 23:31:30 +00:00
|
|
|
|
|
|
|
if HAVE_LIBGLADE_GNOME
|
|
|
|
# The following line mustn't be indented - automake is _very_ fussy..
|
2000-10-06 02:38:11 +00:00
|
|
|
libglade_subdir=gstplay editor
|
2000-08-18 23:31:30 +00:00
|
|
|
else
|
|
|
|
# The following line mustn't be indented - automake is _very_ fussy..
|
2000-10-06 02:38:11 +00:00
|
|
|
libglade_subdir=
|
2000-08-18 23:31:30 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
# These are the subdirs which might get used.
|
2000-10-06 02:38:11 +00:00
|
|
|
SUBDIRS = gst libs plugins . test $(libglade_subdir) tools docs # tests
|
2000-08-18 23:31:30 +00:00
|
|
|
|
|
|
|
# These are all the possible subdirs
|
|
|
|
DIST_SUBDIRS = gst libs plugins . gstplay test editor tools docs tests
|
2000-01-31 06:49:07 +00:00
|
|
|
|
|
|
|
bin_SCRIPTS = gstreamer-config
|
|
|
|
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
|
|
m4data_DATA = gstreamer.m4
|
|
|
|
|
2000-08-05 03:53:00 +00:00
|
|
|
EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE
|
2000-01-31 09:43:08 +00:00
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
cp gstreamer.spec $(distdir)
|
2000-01-31 06:49:07 +00:00
|
|
|
|
|
|
|
rpm: dist
|
|
|
|
rpm -ta $(distdir).tar.gz
|