From: Felix Fietkau Date: Fri, 4 Feb 2011 23:06:28 +0000 (+0100) Subject: install header files X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=commitdiff_plain;h=ba6082bab5f022f310e7443b0ddec2ee444cfd57 install header files --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 11044cb..928712b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,3 +25,5 @@ INSTALL(TARGETS ubus cli INSTALL(TARGETS ubusd RUNTIME DESTINATION sbin ) + +INSTALL(FILES ubusmsg.h ubus_common.h libubus.h DESTINATION include)