]> the.earth.li Git - onak.git/blob - debian/rules
Add an install target in the Makefile (can't believe we didn't already
[onak.git] / debian / rules
1 #!/usr/bin/make -f
2
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
5
6 DEB_CONFIGURE_EXTRA_FLAGS += --enable-backend=dynamic
7
8 # Woody doesn't like this of course
9 #CFLAGS += -std=gnu99