ok, redo from start
[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 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = gstreamer-libs.pc gstreamer-play.pc
15
16 aclocaldir = $(datadir)/aclocal
17 aclocal_DATA = gst-element-check.m4
18
19 SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) testsuite
20
21 DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite
22
23 EXTRA_DIST=gst-plugins.spec depcomp gst-element-check.m4 \
24            gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
25            gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in \
26            AUTHORS COPYING README RELEASE \
27            ChangeLog autogen.sh common m4
28
29 dist-hook:
30         rm -rf `find $(distdir)/common -name CVS`
31         rm -rf `find $(distdir)/m4 -name CVS`