From: Felix Fietkau Date: Wed, 25 Sep 2013 07:06:36 +0000 (+0200) Subject: avoid installing internal header files X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=e8ec1e56c3ec71b0eeeeac8842b6519548f3c695;hp=daa954de38f2bf4e2fbc41ac7917f8447d37a2a0 avoid installing internal header files Signed-off-by: Felix Fietkau --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1178c62..f6009e7 100644 --- 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