projects
/
oweals
/
ustream-ssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa954d
)
avoid installing internal header files
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 25 Sep 2013 07:06:36 +0000
(09:06 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 25 Sep 2013 07:06:36 +0000
(09:06 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1178c62763fb136c26b956f2083fe15e57e265a3..f6009e7ba6824521c016758eee17255b6531a06d 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-28,8
+28,7
@@
TARGET_LINK_LIBRARIES(ustream-ssl ubox ${SSL_LIB})
ADD_EXECUTABLE(ustream-example ustream-example.c)
TARGET_LINK_LIBRARIES(ustream-example ustream-ssl)
-FILE(GLOB headers *.h)
-INSTALL(FILES ${headers}
+INSTALL(FILES ustream-ssl.h
DESTINATION include/libubox
)
INSTALL(TARGETS ustream-ssl