window: re-indent all GstVaapiWindow related source code.
[platform/upstream/gstreamer-vaapi.git] / Makefile.am
index 578a41b..b333201 100644 (file)
@@ -1,6 +1,8 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = debian.upstream gst-libs gst pkgconfig tests docs
+SUBDIRS = debian.upstream ext gst-libs gst pkgconfig tests docs patches
 
 # Extra clean files so that maintainer-clean removes *everything*
 MAINTAINERCLEANFILES = \
@@ -13,10 +15,11 @@ DEB_BUILDDIR = debian.build
 deb:
        dpkg-buildpackage -rfakeroot -uc -us
 
-deb.upstream: dist
+deb.upstream: dist-bzip2
        -mkdir -p $(DEB_BUILDDIR)
        cd $(DEB_BUILDDIR)                              && \
-       tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz        && \
+       rm -rf $(PACKAGE)-$(VERSION)                    && \
+       tar jxvf ../$(PACKAGE)-$(VERSION).tar.bz2       && \
        cd $(PACKAGE)-$(VERSION)                        && \
        $(LN_S) debian.upstream debian                  && \
        $(MAKE) deb -f Makefile.am