From acd088a6e94b54060971e6e14e3f7f96f4aed2f7 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 19 Sep 2006 01:56:35 +0000 Subject: add -lgphoto2_port to --cflags like in libgphoto2.pc git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9186 67ed7778-7388-44ab-90cf-0a291f65f57c --- gphoto2-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gphoto2-config.in b/gphoto2-config.in index 6e8cd3ce7..d77cb3db1 100644 --- a/gphoto2-config.in +++ b/gphoto2-config.in @@ -59,7 +59,7 @@ while test $# -gt 0; do ;; --libs) - echo "-L@libdir@" -lgphoto2 -lm + echo "-L@libdir@" -lgphoto2 -lgphoto2_port -lm ;; *) -- cgit v1.2.1