From 11d5b960e9a73df4167140dcc4bf1720c2595c48 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 5 Oct 2006 11:59:08 +0000 Subject: [PATCH] simplify sounds/Makefile.am simplify sounds/Makefile.am --- sounds/Makefile.am | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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) -- 2.26.2