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