X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=4f1ce33c8f7771f4e58523c8e3cd48fe7b8ae068;hb=9dc64e1e291d6518da0a918105c5bf7b1c603dd5;hp=7156d4f42583253af70562ea7ee105a405efe468;hpb=6fc3e02df9de8347eb76fdfd26ed781686d37b6c;p=staging%2Fagl-audio-plugin.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7156d4f..4f1ce33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ SET(plugin_install_dir ${CMAKE_INSTALL_LIBDIR}/pulse-6.0/modules) ############################################################ -ADD_LIBRARY(agl-audio-plugin MODULE module.c audiomgr.c classify.c discover.c loopback.c node.c router.c socketif.c switch.c tracker.c utils.c zone.c) +ADD_LIBRARY(agl-audio-plugin MODULE module.c audiomgr.c classify.c config.c discover.c loopback.c node.c router.c socketif.c switch.c tracker.c utils.c zone.c) INCLUDE_DIRECTORIES(${include_dirs}) TARGET_LINK_LIBRARIES(agl-audio-plugin ${link_libraries}) SET_TARGET_PROPERTIES(agl-audio-plugin PROPERTIES PREFIX ""