diff options
author | pixel <pixel> | 2003-08-22 16:26:21 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-08-22 16:26:21 +0000 |
commit | 366d123c3a01da8fd48444794f03e89ac8e248c7 (patch) | |
tree | fa4d4f594731396ae1eb82dc86b7a1d2d5aeefcd /baltisot-config.in | |
parent | 23974eb093c83a5e6f7b1109e0f739ad7a870aac (diff) |
Latest changes in Baltisot...
Diffstat (limited to 'baltisot-config.in')
-rw-r--r-- | baltisot-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/baltisot-config.in b/baltisot-config.in index c9e846d..6262e8a 100644 --- a/baltisot-config.in +++ b/baltisot-config.in @@ -39,11 +39,11 @@ while test $# -gt 0; do echo @VERSION@ ;; --cflags) - echo -I@includedir@/Baltisot + echo -I@includedir@/Baltisot @CFLAGS@ @MYSQL_CFLAGS@ ;; --libs) libdirs="-L@libdir@" - echo $libdirs -lBaltisot @LIBS@ + echo $libdirs -lBaltisot @LIBS@ @MYSQL_LIBS@ ;; *) echo "${usage}" 1>&2 |