Add pkgconfig files for photography interface library.
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 SUBDIRS = \
4         gst-libs gst sys ext pkgconfig \
5         m4 common docs tests po
6
7 DIST_SUBDIRS = \
8         gst gst-libs sys ext pkgconfig \
9         m4 common docs tests po
10
11 # include before EXTRA_DIST for win32 assignment
12 include $(top_srcdir)/common/win32.mak
13
14 EXTRA_DIST = \
15         gst-plugins-bad.spec depcomp \
16         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
17         ChangeLog gst-plugins-bad.doap autogen.sh \
18         $(win32)
19
20 DISTCLEANFILES = _stdint.h
21
22 ACLOCAL_AMFLAGS = -I m4 -I common/m4
23
24 include $(top_srcdir)/common/release.mak
25 include $(top_srcdir)/common/po.mak
26
27 check-valgrind:
28         cd tests/check && make check-valgrind
29
30 if HAVE_GST_CHECK
31 check-torture:
32         cd tests/check && make torture
33 else
34 check-torture:
35         true
36 endif
37
38 include $(top_srcdir)/common/coverage/lcov.mak
39