summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8fe73ad7f96d015c125763b65ac3647730e9816b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign

SUBDIRS = debian gst-libs pkgconfig sys tests docs

# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \
	aclocal.m4 compile config.guess config.sub \
	configure depcomp install-sh ltmain.sh     \
	Makefile.in missing config.h.in

deb: dist
	-mkdir -p debian-build
	cd debian-build && \
	tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
	cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us