projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeef289
)
Fix remove template (was removing libao files)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 16 Dec 2007 13:14:40 +0000
(13:14 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 16 Dec 2007 13:14:40 +0000
(13:14 +0000)
SVN-Revision: 9775
libs/libsamplerate/Makefile
patch
|
blob
|
history
diff --git
a/libs/libsamplerate/Makefile
b/libs/libsamplerate/Makefile
index d2993fce88baba3b80007bd77443d6adf7212703..6dd69276d60cb5ea0a43a3e54f7466e860d3bb74 100644
(file)
--- a/
libs/libsamplerate/Makefile
+++ b/
libs/libsamplerate/Makefile
@@
-52,8
+52,8
@@
endef
define Build/UninstallDev
rm -rf \
- $(STAGING_DIR)/usr/include/
ao
/ \
- $(STAGING_DIR)/usr/lib/lib
ao
.{a,so*,la}
+ $(STAGING_DIR)/usr/include/
samplerate
/ \
+ $(STAGING_DIR)/usr/lib/lib
samplerate
.{a,so*,la}
endef
define Package/libsamplerate/install