projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8131a5c
)
simplify sounds/Makefile.am
author
Paul Brossier
<piem@altern.org>
Thu, 5 Oct 2006 11:59:08 +0000
(11:59 +0000)
committer
Paul Brossier
<piem@altern.org>
Thu, 5 Oct 2006 11:59:08 +0000
(11:59 +0000)
simplify sounds/Makefile.am
sounds/Makefile.am
patch
|
blob
|
history
diff --git
a/sounds/Makefile.am
b/sounds/Makefile.am
index d4299d1d724632350167f25673998aa6f5cf564b..2ebfca8963da28fab8d816b8334e998871c5b110 100644
(file)
--- 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)