source: trunk/third/gst-plugins/Makefile.am @ 18749

Revision 18749, 809 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18748, which included commits to RCS files with non-trunk default branches.
Line 
1if USE_GCONFTOOL
2GCONF_DIR=gconf
3else
4GCONF_DIR=
5endif
6
7if BUILD_EXTERNAL
8EXT_DIR=ext
9else
10EXT_DIR=
11endif
12
13if BUILD_EXAMPLES
14EXAMPLES_DIR=examples
15else
16EXAMPLES_DIR=
17endif
18
19
20gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4
21        cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4
22
23aclocaldir = $(datadir)/aclocal
24aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
25
26SUBDIRS=\
27        gst-libs \
28        gst sys $(EXT_DIR) \
29        $(EXAMPLES_DIR) tools $(GCONF_DIR) testsuite pkgconfig
30
31DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf testsuite pkgconfig
32
33EXTRA_DIST=gst-plugins.spec depcomp gst-element-check.m4 \
34           AUTHORS COPYING README RELEASE REQUIREMENTS \
35           ChangeLog autogen.sh common m4
36
37dist-hook:
38        rm -rf `find $(distdir)/common -name CVS`
39        rm -rf `find $(distdir)/m4 -name CVS`
Note: See TracBrowser for help on using the repository browser.