fix a typo bug
[src/app-framework-binder.git] / CMakeLists.txt
index 8ca0175..cee5a07 100644 (file)
@@ -91,11 +91,10 @@ SET(include_dirs
        ${json-c_INCLUDE_DIRS}
        ${libmicrohttpd_INCLUDE_DIRS}
        ${uuid_INCLUDE_DIRS}
-       ${dbus_INCLUDE_DIRS}
        ${alsa_INCLUDE_DIRS}
        ${pulseaudio_INCLUDE_DIRS}
-#      ${librtlsdr_INCLUDE_DIRS}
-#      ${gupnp_INCLUDE_DIRS}
+       ${librtlsdr_INCLUDE_DIRS}
+       ${gupnp_INCLUDE_DIRS}
        ${openssl_INCLUDE_DIRS}
 )
 
@@ -104,11 +103,10 @@ SET(link_libraries
        ${json-c_LIBRARIES}
        ${libmicrohttpd_LIBRARIES}
        ${uuid_LIBRARIES}
-       ${dbus_LIBRARIES}
        ${alsa_LIBRARIES}
        ${pulseaudio_LIBRARIES}
-#      ${librtlsdr_LIBRARIES}
-#      ${gupnp_LIBRARIES}
+       ${librtlsdr_LIBRARIES}
+       ${gupnp_LIBRARIES}
        ${CMAKE_THREAD_LIBS_INIT}
 #      ${libefence_LIBRARIES}
        ${openssl_LIBRARIES}