diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-24 16:01:47 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-24 16:01:47 +0200 |
commit | 8fd6083ae84d3da225596287f5c12f87b5fad7eb (patch) | |
tree | 608f0535f11b1eb086686cb51f35d97fc6315cd0 /afb-daemon.pc.in | |
parent | 8cabf18f972606cd039db9a84366ef338446d12e (diff) |
don't export PLUGIN_INSTALL_DIR anywhere
Change-Id: I32689b3de32f5c85b461edcb63ef4d0117ff9ecb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'afb-daemon.pc.in')
-rw-r--r-- | afb-daemon.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afb-daemon.pc.in b/afb-daemon.pc.in index 196324ab..23075eb9 100644 --- a/afb-daemon.pc.in +++ b/afb-daemon.pc.in @@ -26,5 +26,5 @@ Version: @PROJECT_VERSION@ URL: @PROJECT_URL@ Requires: json-c -Cflags: -DPLUGIN_INSTALL_DIR=\"${plugin_install_dir}\" -I${includedir} +Cflags: -I${includedir} |