From a2500c271b3837a55cf2166bfcc212993875ea63 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 19 May 2016 14:04:38 +0200 Subject: setting version and removing afm-main-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I282918e281d5c442b7259ffcd46b4ba0098fefe0 Signed-off-by: José Bollo --- afb-daemon.pc.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'afb-daemon.pc.in') diff --git a/afb-daemon.pc.in b/afb-daemon.pc.in index 9faaa920..ada05afe 100644 --- a/afb-daemon.pc.in +++ b/afb-daemon.pc.in @@ -17,12 +17,16 @@ ## 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@ + Name: @PROJECT_PRETTY_NAME@ Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ URL: @PROJECT_URL@ -Requires: json-c -Cflags: -DPLUGIN_INSTALL_DIR=\"@plugin_install_dir@\" - +Requires: json-c +Cflags: -DPLUGIN_INSTALL_DIR=\"${plugin_install_dir}\" -I${includedir} -- cgit 1.2.3-korg