Add ACLOCAL_AMFLAGS
[platform/upstream/gstreamer.git] / Makefile.am
1 if USE_GCONFTOOL
2 GCONF_DIR=gconf
3 else
4 GCONF_DIR=
5 endif
6
7 if BUILD_EXTERNAL
8 EXT_DIR=ext
9 else
10 EXT_DIR=
11 endif
12
13 if BUILD_EXAMPLES
14 EXAMPLES_DIR=examples
15 else
16 EXAMPLES_DIR=
17 endif
18
19 ACLOCAL_AMFLAGS = -I common/m4
20
21 SUBDIRS=gst-libs \
22         gst sys $(EXT_DIR) \
23         $(EXAMPLES_DIR) \
24         tools \
25         $(GCONF_DIR) \
26         testsuite \
27         pkgconfig
28
29 DIST_SUBDIRS=gst-libs \
30         gst sys ext \
31         examples \
32         tools \
33         gconf \
34         testsuite \
35         pkgconfig
36
37 EXTRA_DIST=gst-plugins.spec depcomp \
38            AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \
39            ChangeLog autogen.sh common m4
40
41 dist-hook:
42         rm -rf `find $(distdir)/common -name CVS`
43         rm -rf `find $(distdir)/m4 -name CVS`