Imported Debian patch 0.6.1-1
[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.019801 seconds and 4 git commands to generate.