9fc0ce34f273e9f75b77a3c9728b111cca9a58ab
[fdkaac.git] / debian / rules
1 #!/usr/bin/make -f
2 DPKG_EXPORT_BUILDFLAGS = 1
3 include /usr/share/dpkg/default.mk
4
5 %:
6 dh $@
7
8 override_dh_auto_configure:
9 autoreconf -i
10 dh_auto_configure
11
12 override_dh_clean:
13 dh_clean Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure depcomp install-sh missing
This page took 0.018378 seconds and 3 git commands to generate.