Refactored "NetlinkScan" DBus method.
[platform/core/connectivity/net-config.git] / CMakeLists.txt
index 1069cdd..c7e44a0 100755 (executable)
@@ -15,6 +15,7 @@ SET(SRCS
        src/wifi-eap.c
        src/wifi-wps.c
        src/wifi-bssid-scan.c
+       src/wifi-netlink-scan.c
        src/wifi-agent.c
        src/wifi-power.c
        src/wifi-state.c
@@ -31,6 +32,7 @@ SET(SRCS
        src/network-monitor.c
        src/wifi-firmware.c
        src/wifi-indicator.c
+       src/wifi-key-encryption.c
        src/signal-handler.c
        src/utils/emulator.c
        src/wifi-eap-config.c
@@ -72,6 +74,11 @@ IF(TIZEN_WEARABLE)
        ADD_DEFINITIONS(-DTIZEN_WEARABLE)
 ENDIF(TIZEN_WEARABLE)
 
+IF(TIZEN_DEBUG_ENABLE)
+       ADD_DEFINITIONS(-DTIZEN_DEBUG_ENABLE)
+       SET(SRCS ${SRCS} src/network-dump.c)
+ENDIF(TIZEN_DEBUG_ENABLE)
+
 INCLUDE(FindPkgConfig)
 PKG_CHECK_MODULES(pkgs REQUIRED
        dlog
@@ -80,7 +87,9 @@ PKG_CHECK_MODULES(pkgs REQUIRED
        glib-2.0
        gio-unix-2.0
        capi-system-info
+       key-manager
        libtzplatform-config
+       libnl-2.0
        ${P2P_REQUIRED_PKGS}
        ${WEARABLE_REQUIRED_PKGS}
        )