Change header location to fit standard 29/204529/1 accepted/tizen/unified/20190425.014518 submit/tizen/20190424.084630
authorDaehyeon Jung <darrenh.jung@samsung.com>
Wed, 24 Apr 2019 05:21:32 +0000 (14:21 +0900)
committerDaehyeon Jung <darrenh.jung@samsung.com>
Wed, 24 Apr 2019 06:50:42 +0000 (15:50 +0900)
Change-Id: I2386d4a6fed681e1b889c7a10ad53364b7fa4171
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
CMakeLists.txt
include/CPPLINT.cfg [new file with mode: 0644]
packaging/capi-appfw-capmgr.spec

index 25bcfdc..7aaee37 100644 (file)
@@ -5,7 +5,7 @@ PROJECT(capi-appfw-capmgr)
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(EXEC_PREFIX "\${prefix}")
 SET(LIBDIR ${LIB_INSTALL_DIR})
-SET(INCLUDEDIR "\${prefix}/include")
+SET(INCLUDEDIR "\${prefix}/include/appfw")
 
 ## Compiler flags
 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror -ffunction-sections -fdata-sections -fmerge-all-constants")
diff --git a/include/CPPLINT.cfg b/include/CPPLINT.cfg
new file mode 100644 (file)
index 0000000..8c05dd1
--- /dev/null
@@ -0,0 +1 @@
+filter=-whitespace/line_length
index 5d90a34..dbbdd6c 100644 (file)
@@ -61,8 +61,8 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 %{_bindir}/capmgr-test
 
 %files devel
-%{_includedir}/capability_manager.h
-%{_includedir}/capability_manager_internal.h
+%{_includedir}/appfw/capability_manager.h
+%{_includedir}/appfw/capability_manager_internal.h
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/lib%{name}.so