Added checking for all the tools used to make documentation.
[platform/upstream/gstreamer.git] / Makefile.am
1 # if libglade is present, build the player and editor
2 if HAVE_LIBGLADE_GNOME
3 SUBDIRS_LGG = gstplay editor
4 else
5 SUBDIRS_LGG =
6 endif
7
8 SUBDIRS = include gst libs plugins tools test tests examples $(SUBDIRS_LGG) docs
9
10 # These are all the possible subdirs
11 DIST_SUBDIRS = include gst libs plugins tools test tests examples gstplay editor docs
12
13
14 bin_SCRIPTS = gstreamer-config
15
16 m4datadir = $(datadir)/aclocal
17 m4data_DATA = gstreamer.m4
18
19 EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE
20
21 dist-hook:
22         cp gstreamer.spec $(distdir)
23
24 rpm: dist
25         rpm -ta $(distdir).tar.gz