Fix build error in compling C++
authorWonkyu Kwon <wonkyu.kwon@samsung.com>
Mon, 18 Feb 2013 05:02:49 +0000 (14:02 +0900)
committerWonkyu Kwon <wonkyu.kwon@samsung.com>
Mon, 18 Feb 2013 05:06:04 +0000 (14:06 +0900)
Change-Id: I41a3bd7d57f35c81cee639e1d04f57ed7af5364f

client/CMakeLists.txt
common/CMakeLists.txt
packaging/smartcard-service.spec

index 5171d07..b766051 100644 (file)
@@ -62,6 +62,7 @@ SET(EXPORT_HEADER
        ../common/include/smartcard-types.h
        ../common/include/ByteArray.h
        ../common/include/Debug.h
+       ../common/include/Exception.h
        ../common/include/Synchronous.h
        ../common/include/APDUHelper.h
        ../common/include/Channel.h
index c09217f..7b28e5c 100644 (file)
@@ -59,6 +59,7 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_common_LDFLAGS})
 
 SET(EXPORT_HEADER 
        include/Debug.h
+       include/Exception.h
        include/ByteArray.h
        include/Lock.h
        include/Synchronous.h   
index 72a0967..e4569e6 100644 (file)
@@ -1,7 +1,7 @@
 Name:       smartcard-service
 Summary:    Smartcard Service FW
 Version:    0.1.12
-Release:    0
+Release:    4
 Group:      libs
 License:    Apache License, Version 2.0
 Source0:    %{name}-%{version}.tar.gz