]> git.deb.at Git - pkg/abook.git/blob - debian/rules
fix building
[pkg/abook.git] / debian / rules
1 #!/usr/bin/make -f
2 #DH_VERBOSE = 1
3
4 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5 export DEB_CFLAGS_MAINT_APPEND  = -g -Wall -pedantic -std=gnu89
6 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
7
8 %:
9         dh $@