summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--croco-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/croco-config.in b/croco-config.in
index 8c9ca05..b242e40 100644
--- a/croco-config.in
+++ b/croco-config.in
@@ -68,11 +68,11 @@ while test $# -gt 0; do
;;
--cflags)
- echo -I${includedir}/libcroco
+ echo @CROCO_CFLAGS@
;;
--libs)
- echo -L${libdir} -lcroco
+ echo @CROCO_LIBS@
;;
*)