gstreamer/Makefile.am

16 lines
461 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
2010-03-16 13:53:09 +00:00
SUBDIRS = debian gst-libs pkgconfig sys tests
# 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
2010-03-16 13:53:09 +00:00
deb: dist
-mkdir -p debian-build
cd debian-build && \
tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot -uc -us