aboutsummaryrefslogtreecommitdiffstats
path: root/camel.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'camel.pc.in')
-rw-r--r--camel.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/camel.pc.in b/camel.pc.in
index ebd0458a03..00ec9dafd3 100644
--- a/camel.pc.in
+++ b/camel.pc.in
@@ -4,10 +4,12 @@ libdir=@libdir@
includedir=@includedir@
camel_providerdir=@camel_providerdir@
+privlibdir=@privlibdir@
+privincludedir=@privincludedir@
Name: camel
Description: the Evolution mail library
Version: @VERSION@
Requires: gal-2.0 >= @GAL_REQUIRED@
-Libs: -L${libdir} -lcamel
-Cflags: -I${includedir}
+Libs: -L${privlibdir} -lcamel
+Cflags: -I${privincludedir}