putting i18n in place for plugins
[platform/upstream/gst-plugins-good.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 SUBDIRS=gst-libs \
20         gst sys $(EXT_DIR) \
21         $(EXAMPLES_DIR) \
22         tools \
23         $(GCONF_DIR) \
24         testsuite \
25         po \
26         pkgconfig
27
28 DIST_SUBDIRS=gst-libs \
29         gst sys ext \
30         examples \
31         tools \
32         gconf \
33         testsuite \
34         po \
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`