vaapidecode: fix auto-plugging of vaapisink element.
[platform/upstream/gstreamer-vaapi.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2
3 AUTOMAKE_OPTIONS = foreign
4
5 SUBDIRS = debian.upstream ext gst-libs gst pkgconfig tests docs patches
6
7 # Extra clean files so that maintainer-clean removes *everything*
8 MAINTAINERCLEANFILES = \
9         aclocal.m4 compile config.guess config.sub \
10         configure depcomp install-sh ltmain.sh     \
11         Makefile.in missing config.h.in gtk-doc.make
12
13 DEB_BUILDDIR = debian.build
14
15 deb:
16         dpkg-buildpackage -rfakeroot -uc -us
17
18 deb.upstream: dist-bzip2
19         -mkdir -p $(DEB_BUILDDIR)
20         cd $(DEB_BUILDDIR)                              && \
21         rm -rf $(PACKAGE)-$(VERSION)                    && \
22         tar jxvf ../$(PACKAGE)-$(VERSION).tar.bz2       && \
23         cd $(PACKAGE)-$(VERSION)                        && \
24         $(LN_S) debian.upstream debian                  && \
25         $(MAKE) deb -f Makefile.am