chiark / gitweb /
The Debian install scripts now uses the current locale's encoding as
[disorder] / driver / Makefile.am
index 64da99d56144e1ef93a5e1ff412c4f33d1dc55be..7485b8336b20250a133cba6a0e6639dd5e8701ba 100644 (file)
@@ -1,6 +1,6 @@
 #
 # This file is part of DisOrder
-# Copyright (C) 2005 Richard Kettlewell
+# Copyright (C) 2005, 2007, 2008 Richard Kettlewell
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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.*; \