chiark / gitweb /
more automation of test logic
[disorder] / driver / Makefile.am
index 64da99d56144e1ef93a5e1ff412c4f33d1dc55be..7ccc4bf7ddede9db4ab6876eedc544264ecbb0a7 100644 (file)
@@ -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.*; \