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:
aff0585
)
fixes libnfnetlink staging, Signed-off-by: Fabian Hugelshofer
author
John Crispin
<john@openwrt.org>
Wed, 11 Jun 2008 09:00:07 +0000
(09:00 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 11 Jun 2008 09:00:07 +0000
(09:00 +0000)
SVN-Revision: 11432
libs/libnfnetlink/Makefile
patch
|
blob
|
history
diff --git
a/libs/libnfnetlink/Makefile
b/libs/libnfnetlink/Makefile
index 46f7abc34613580914f7703ec8f8c8dc31d72561..2784bf53801360f8f0d2075f86450d34b520881e 100644
(file)
--- a/
libs/libnfnetlink/Makefile
+++ b/
libs/libnfnetlink/Makefile
@@
-51,6
+51,7
@@
endef
define Build/InstallDev
mkdir -p $(1)/usr/include/libnfnetlink
$(CP) $(PKG_INSTALL_DIR)/usr/include/libnfnetlink/{libnfnetlink,linux_nfnetlink}.h $(1)/usr/include/libnfnetlink/
+ $(CP) $(PKG_INSTALL_DIR)/usr/include/libnfnetlink/{libnfnetlink,linux_nfnetlink,linux_nfnetlink_compat}.h $(1)/usr/include/libnfnetlink/
mkdir -p $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libnfnetlink.{a,so*} $(1)/usr/lib/
endef