simplify sounds/Makefile.am
authorPaul Brossier <piem@altern.org>
Thu, 5 Oct 2006 11:59:08 +0000 (11:59 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 5 Oct 2006 11:59:08 +0000 (11:59 +0000)
simplify sounds/Makefile.am

sounds/Makefile.am

index d4299d1d724632350167f25673998aa6f5cf564b..2ebfca8963da28fab8d816b8334e998871c5b110 100644 (file)
@@ -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)