From: Paul Brossier Date: Thu, 5 Oct 2006 11:59:08 +0000 (+0000) Subject: simplify sounds/Makefile.am X-Git-Tag: bzr2git~545 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11d5b960e9a73df4167140dcc4bf1720c2595c48;p=aubio.git simplify sounds/Makefile.am simplify sounds/Makefile.am --- diff --git a/sounds/Makefile.am b/sounds/Makefile.am index d4299d1d..2ebfca89 100644 --- a/sounds/Makefile.am +++ b/sounds/Makefile.am @@ -1,11 +1,5 @@ -EXTRA_DIST = woodblock.aiff -SUBDIRS = +soundsdir = $(datadir)/sounds/aubio -install-data-local: - $(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio" - $(INSTALL_DATA) $(srcdir)/woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio" - - -uninstall-local: - rm -rf "$(DESTDIR)$(datadir)/sounds/aubio" +sounds_DATA = woodblock.aiff +EXTRA_DIST = $(sounds_DATA)