summaryrefslogtreecommitdiff
path: root/src/raptor-config.in
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2003-09-01 23:30:29 +0000
committerDave Beckett <dave@dajobe.org>2003-09-01 23:30:29 +0000
commit27e0aee4c5cb23a8b356abb1eef5020fc4292fa2 (patch)
tree3c60e028d3f8b67262db2a498b3b1f10f8664ce0 /src/raptor-config.in
parentfcf309864cc007761f438c848e581f24157ec458 (diff)
downloadraptor-27e0aee4c5cb23a8b356abb1eef5020fc4292fa2.tar.gz
Oops, -lraptor with --libs
Diffstat (limited to 'src/raptor-config.in')
-rw-r--r--src/raptor-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor-config.in b/src/raptor-config.in
index 7ae682d2..3f88edcc 100644
--- a/src/raptor-config.in
+++ b/src/raptor-config.in
@@ -96,7 +96,7 @@ if test "$echo_cflags" = "yes"; then
echo $includes
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ @LDFLAGS@ @LIBS@
+ echo -L@libdir@ -lraptor @LDFLAGS@ @LIBS@
fi
if test "$echo_libtool_libs" = "yes"; then
echo @libdir@/@RAPTOR_LIBTOOLLIBS@