Add files in include to distributions.
[platform/upstream/gstreamer.git] / Makefile.am
1
2 if HAVE_LIBGLADE_GNOME
3 # The following line mustn't be indented - automake is _very_ fussy..
4 libglade_subdir=gstplay editor
5 else
6 # The following line mustn't be indented - automake is _very_ fussy..
7 libglade_subdir=
8 endif
9
10 # These are the subdirs which might get used.
11 SUBDIRS = include gst libs plugins . test $(libglade_subdir) tools docs # tests
12
13 # These are all the possible subdirs
14 DIST_SUBDIRS = include gst libs plugins . gstplay test editor tools docs tests
15
16 bin_SCRIPTS = gstreamer-config
17
18 m4datadir = $(datadir)/aclocal
19 m4data_DATA = gstreamer.m4
20
21 EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE
22
23 dist-hook:
24         cp gstreamer.spec $(distdir)
25
26 rpm: dist
27         rpm -ta $(distdir).tar.gz