Install headers under ${_prefix}/include/csr 51/66351/1
authorKyungwook Tak <k.tak@samsung.com>
Wed, 6 Apr 2016 05:15:31 +0000 (14:15 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:11:59 +0000 (20:11 +0900)
Change-Id: I19595d2bb5a74498670b5c5fc90f4af42d55a4a4
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
packaging/csr-framework.spec
src/include/CMakeLists.txt

index a6e2a3c..5e14c84 100644 (file)
@@ -189,12 +189,12 @@ fi
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/csr/csr/content-screening.h
-%{_includedir}/csr/csr/content-screening-types.h
-%{_includedir}/csr/csr/web-protection.h
-%{_includedir}/csr/csr/web-protection-types.h
-%{_includedir}/csr/csr/error.h
-%{_includedir}/csr/csr/engine-manager.h
+%{_includedir}/csr/content-screening.h
+%{_includedir}/csr/content-screening-types.h
+%{_includedir}/csr/web-protection.h
+%{_includedir}/csr/web-protection-types.h
+%{_includedir}/csr/error.h
+%{_includedir}/csr/engine-manager.h
 %{_libdir}/pkgconfig/%{service_name}.pc
 %{_libdir}/lib%{service_name}-client.so
 %{_libdir}/lib%{service_name}-common.so
index 240089e..abd8df0 100644 (file)
@@ -16,4 +16,4 @@
 # @author      Kyungwook Tak (k.tak@samsung.com)
 # @brief       install headers to be built with clients
 #
-INSTALL(DIRECTORY csr DESTINATION ${INCLUDE_INSTALL_DIR}/csr)
+INSTALL(DIRECTORY csr DESTINATION ${INCLUDE_INSTALL_DIR})