X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f9592fe703f46515b2732d21f8e399e2db8e6e6f..ad08c366a19e95d19e8ee5d66b050530339561e4:/driver/Makefile.am diff --git a/driver/Makefile.am b/driver/Makefile.am index 64da99d..7ccc4bf 100644 --- a/driver/Makefile.am +++ b/driver/Makefile.am @@ -28,9 +28,14 @@ AM_CPPFLAGS=-I${top_srcdir}/lib libdisorder_la_SOURCES=disorder.c libdisorder_la_LDFLAGS=-module +install-data-hook: + # Link ao driver into right location. If you have some other location then # you'll need to modify this or link it manually. -install-data-hook: +# +# We don't mess with this for now; since disorder-decode covers some common +# cases, the libao driver is less useful than it was. +link-ao-driver: @if test -d ${DESTDIR}${finkaolibdir} \ && test ${finkaolibdir} != ${aolibdir}; then \ echo rm -f ${DESTDIR}${finkaolibdir}/libdisorder.*; \