afb-apiset: Fix start of apis
[src/app-framework-binder.git] / afb-daemon.pc.in
index ada05af..701e3ba 100644 (file)
@@ -1,6 +1,5 @@
 ##
-## Copyright (C) 2016 "IoT.bzh"
-## Author: José Bollo <jose.bollo@iot.bzh>
+## Copyright (C) 2016-2019 "IoT.bzh"
 ##
 ## This file is part of afb-daemon project.
 ##
 ## limitations under the License.
 ##
 
-prefix=@CMAKE_INSTALL_PREFIX@
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
-plugin_install_dir=${prefix}/@plugin_install_dir@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+binding_install_dir=@binding_install_dir@
 
 Name: @PROJECT_PRETTY_NAME@
 Description: @PROJECT_DESCRIPTION@
@@ -28,5 +25,5 @@ Version: @PROJECT_VERSION@
 URL: @PROJECT_URL@
 
 Requires: json-c
-Cflags: -DPLUGIN_INSTALL_DIR=\"${plugin_install_dir}\" -I${includedir}
+Cflags: -I${includedir}