X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f9592fe703f46515b2732d21f8e399e2db8e6e6f..5ee84006635471924157f07fe1ffe75cb253cae5:/driver/Makefile.am?ds=sidebyside diff --git a/driver/Makefile.am b/driver/Makefile.am index 64da99d..7485b83 100644 --- a/driver/Makefile.am +++ b/driver/Makefile.am @@ -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.*; \