Change header include folder 87/51487/1 accepted/tizen/mobile/20151120.070930 accepted/tizen/tv/20151120.070939 accepted/tizen/wearable/20151120.070948 submit/tizen/20151120.044036
authorJihoon Jung <jh8801.jung@samsung.com>
Tue, 10 Nov 2015 05:16:26 +0000 (14:16 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Tue, 10 Nov 2015 05:19:22 +0000 (14:19 +0900)
Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: Iceecc1f9c549c4e9b6fc648478e00a3e5d62c17c

packaging/nfc-manager.spec
src/commonlib/CMakeLists.txt

index 9bfe496..f140057 100755 (executable)
@@ -196,4 +196,4 @@ systemctl daemon-reload
 %manifest nfc-common-lib-devel.manifest
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/nfc-common-lib.pc
-%{_includedir}/nfc-common-lib/*.h
+%{_includedir}/*.h
index 3d60700..d47f555 100755 (executable)
@@ -84,6 +84,6 @@ ELSE (TIZEN_ARCH_64)
 ENDIF(TIZEN_ARCH_64)
 
 FOREACH(hfile ${COMMON_LIB_HEADER})
-        INSTALL(FILES ${hfile} DESTINATION include/nfc-common-lib)
+        INSTALL(FILES ${hfile} DESTINATION include)
 ENDFOREACH(hfile)