summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 2ce41a9cf540a3efcee16558f53079f4c4b3c09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_MAKE_CLEAN_TARGET := distclean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath

clean::
	[ ! -f Makefile ] || make distclean

debian/stamp-autotools-files:
	touch debian/stamp-autotools-files