Imported Debian patch 0.6.1-1
[fdkaac.git] / debian / rules
CommitLineData
36498e04
MG
1#!/usr/bin/make -f
2DPKG_EXPORT_BUILDFLAGS = 1
3include /usr/share/dpkg/default.mk
4
5%:
6 dh $@
7
8override_dh_auto_configure:
9 autoreconf -i
10 dh_auto_configure
11
12override_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.010095 seconds and 4 git commands to generate.