~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
2
 
3
3
SUBDIRS = \
4
 
        gst-libs gst sys ext \
 
4
        gst-libs gst sys ext pkgconfig \
5
5
        m4 common docs tests po
6
6
 
7
7
DIST_SUBDIRS = \
8
 
        gst gst-libs sys ext \
 
8
        gst gst-libs sys ext pkgconfig \
9
9
        m4 common docs tests po
10
10
 
11
11
# include before EXTRA_DIST for win32 assignment
37
37
 
38
38
include $(top_srcdir)/common/coverage/lcov.mak
39
39
 
 
40
 
 
41
# cruft: plugins that have been merged or moved or renamed
 
42
 
 
43
CRUFT_FILES = \
 
44
        $(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
 
45
        $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
 
46
        $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
 
47
        $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib}
 
48
        $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib}
 
49
 
 
50
CRUFT_DIRS = \
 
51
        $(top_srcdir)/gst/aacparse \
 
52
        $(top_srcdir)/gst/amrparse \
 
53
        $(top_srcdir)/gst/flacparse \
 
54
        $(top_srcdir)/gst/shapewipe \
 
55
        $(top_srcdir)/tests/examples/shapewipe
 
56
        $(top_srcdir)/ext/ivorbis
 
57
 
 
58
include $(top_srcdir)/common/cruft.mak
 
59
 
 
60
all-local: check-cruft