From: Dongchul Lim Date: Mon, 19 May 2014 10:10:18 +0000 (+0900) Subject: Header files unification X-Git-Tag: accepted/tizen/common/20150408.103100~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08b245dbe703255f255613e12d95cb033272d915;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-vmodem.git Header files unification Change-Id: Ie1c83ab1925b8feec1cb25283494d0085c1d73ae --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cf11cb..ae6fd11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ SET(CMAKE_INSTALL_PREFIX "${PREFIX}") # Set required packages INCLUDE(FindPkgConfig) -pkg_check_modules(pkgs REQUIRED glib-2.0 tcore) +pkg_check_modules(pkgs REQUIRED glib-2.0 tcore tel-headers) FOREACH(flag ${pkgs_CFLAGS}) SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}") @@ -37,7 +37,6 @@ SET(SRCS ) - # library build ADD_LIBRARY(vmodem-plugin SHARED ${SRCS}) TARGET_LINK_LIBRARIES(vmodem-plugin ${pkgs_LDFLAGS}) diff --git a/packaging/tel-plugin-vmodem.spec b/packaging/tel-plugin-vmodem.spec index 775dd0f..0ddb068 100644 --- a/packaging/tel-plugin-vmodem.spec +++ b/packaging/tel-plugin-vmodem.spec @@ -15,6 +15,7 @@ Requires(postun): /sbin/ldconfig BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(tcore) +BuildRequires: pkgconfig(tel-headers) %description Telephony AT Modem library