parent
0e5736e9c3
commit
a87d047eaa
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
#!/usr/bin/make -f |
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk |
||||
include /usr/share/cdbs/1/class/autotools.mk |
||||
|
||||
DEB_MAKE_CLEAN_TARGET := clean |
||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath |
||||
|
||||
clean:: |
||||
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS) |
Loading…
Reference in new issue