Move the app library to gst-libs/gst/app (duh!)
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 if BUILD_EXAMPLES
4 SUBDIRS_EXAMPLES = examples
5 else
6 SUBDIRS_EXAMPLES =
7 endif
8
9 SUBDIRS = \
10         gst-libs gst sys ext \
11         m4 common docs tests po \
12         $(SUBDIRS_EXAMPLES)
13
14 DIST_SUBDIRS = \
15         gst gst-libs sys ext \
16         m4 common docs tests po \
17         examples
18
19 win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
20
21 debug:
22         echo $(win32)   
23
24 EXTRA_DIST = \
25         gst-plugins-bad.spec depcomp \
26         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
27         ChangeLog gst-plugins-bad.doap autogen.sh \
28         $(win32)
29
30 DISTCLEANFILES = _stdint.h
31
32 ACLOCAL_AMFLAGS = -I m4 -I common/m4
33
34 include $(top_srcdir)/common/release.mak
35 include $(top_srcdir)/common/po.mak
36
37 check-valgrind:
38         @true
39
40 check-torture:
41         @true