From 829d2df1b43969c05447e0412be9069c7222b046 Mon Sep 17 00:00:00 2001 From: Bang Kwang-Min Date: Thu, 29 Aug 2013 17:30:10 +0900 Subject: [PATCH] remove old installing statement : add installing download_doc.h Change-Id: I66324bcc1eb5c1c9f498df58e442607179bd6828 --- CMakeLists.txt | 8 ++------ packaging/capi-web-url-download.spec | 1 + 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8254b93..1565004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,12 +44,8 @@ SET_TARGET_PROPERTIES(${fw_name} PROPERTIES VERSION ${VERSION}) SET_TARGET_PROPERTIES(${fw_name} PROPERTIES SOVERSION ${VERSION_MAJOR}) INSTALL(TARGETS ${fw_name} DESTINATION ${LIB_INSTALL_DIR}) -INSTALL( - DIRECTORY ${INC_DIR}/ DESTINATION include/web - FILES_MATCHING - PATTERN "*_private.h" EXCLUDE - PATTERN "${INC_DIR}/*.h" - ) +INSTALL(FILES ${INC_DIR}/download.h DESTINATION include/web/) +INSTALL(FILES ${INC_DIR}/download_doc.h DESTINATION include/web/) SET(PC_NAME ${fw_name}) SET(PC_REQUIRED ${pc_requires}) diff --git a/packaging/capi-web-url-download.spec b/packaging/capi-web-url-download.spec index c292788..b94a682 100755 --- a/packaging/capi-web-url-download.spec +++ b/packaging/capi-web-url-download.spec @@ -56,6 +56,7 @@ mkdir -p %{buildroot}/usr/share/license %{_libdir}/libcapi-web-url-download.so %{_libdir}/pkgconfig/capi-web-url-download.pc %{_includedir}/web/download.h +%{_includedir}/web/download_doc.h %changelog * Tue Jul 03 2013 Jungki Kwak -- 2.7.4