Codebase list libao / 86b3775
Don't build static libraries Upstream explicitly disables them, and it's mostly meant to be used with dynamic plugins, so the static libs shouldn't really be needed or wanted. Ron 7 years ago
2 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 debian/tmp/usr/include/ao/*
1 debian/tmp/usr/lib/ao/plugins-4/*.a
2 debian/tmp/usr/lib/libao.a
31 debian/tmp/usr/lib/libao.so
42 debian/tmp/usr/lib/pkgconfig/*
53 debian/tmp/usr/share/aclocal/*
1212 override_dh_auto_configure:
1313 ln -sf /usr/share/misc/config.sub .
1414 ln -sf /usr/share/misc/config.guess .
15 dh_auto_configure -- --enable-static CFLAGS='-g -Wall'
15 dh_auto_configure -- CFLAGS='-g -Wall'
1616
1717 override_dh_auto_clean:
1818 dh_auto_clean