Add license files. LICENSE_readme moved here from core since it has info related...
[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 SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) ## testsuite
14
15 DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite
16
17 EXTRA_DIST=gst-plugins.spec depcomp \
18         AUTHORS COPYING README RELEASE LICENSE LICENSE_readme \
19         ChangeLog autogen.sh common m4
20
21 dist-hook:
22         rm -rf `find $(distdir)/common -name CVS`
23         rm -rf `find $(distdir)/m4 -name CVS`