ref: 11d5b960e9a73df4167140dcc4bf1720c2595c48
parent: 8131a5cbfd53136858e81c331fa5a881706edd49
author: Paul Brossier <piem@altern.org>
date: Thu Oct 5 07:59:08 EDT 2006
simplify sounds/Makefile.am simplify sounds/Makefile.am
--- 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"
+sounds_DATA = woodblock.aiff
-
-uninstall-local:
- rm -rf "$(DESTDIR)$(datadir)/sounds/aubio"
-
+EXTRA_DIST = $(sounds_DATA)