composition: Set the seqnum only when receiving the actual seek event
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 SUBDIRS = ges tests tools common m4 pkgconfig docs bindings
4
5 DIST_SUBDIRS = $(SUBDIRS)
6
7 # include before EXTRA_DIST for win32 assignment
8 #include $(top_srcdir)/common/win32.mak
9
10 EXTRA_DIST = \
11         gst-editing-services.spec depcomp \
12         AUTHORS COPYING NEWS README RELEASE \
13         ChangeLog autogen.sh
14
15 DISTCLEANFILES = _stdint.h
16
17 ACLOCAL_AMFLAGS = -I m4 -I common/m4
18
19 include $(top_srcdir)/common/release.mak
20 include $(top_srcdir)/common/po.mak
21
22 include $(top_srcdir)/common/coverage/lcov.mak
23
24 check-valgrind:
25         $(MAKE) -C tests/check check-valgrind
26
27 # Test actual high-level functionnality.
28 check-integration:
29         $(MAKE) -C tests/check check-integration
30
31 if HAVE_GST_CHECK
32 check-torture:
33         $(MAKE) -C tests/check torture
34 build-checks:
35         $(MAKE) -C tests/check build-checks
36 else
37 check-torture:
38         true
39 build-checks:
40         true
41 endif
42
43 # cruft: plugins that have been merged or moved or renamed
44 CRUFT_FILES = \
45  $(top_builddir)/common/shave \
46  $(top_builddir)/common/shave-libtool
47
48 include $(top_srcdir)/common/cruft.mak
49
50 all-local: check-cruft