aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-pilot.m4
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2002-09-17 01:08:10 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-09-17 01:08:10 +0800
commit3d4b7be6a34248e90b7fa45c9378a7fec7e44c62 (patch)
tree5becf08727a2ad242e83438f4b73dd6be2a71ac7 /macros/gnome-pilot.m4
parenta29fc1746bff7812e5ce94236e1babb79e160b19 (diff)
downloadgsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.tar
gsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.tar.gz
gsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.tar.bz2
gsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.tar.lz
gsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.tar.xz
gsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.tar.zst
gsoc2013-evolution-3d4b7be6a34248e90b7fa45c9378a7fec7e44c62.zip
Merging from branch.
svn path=/trunk/; revision=18073
Diffstat (limited to 'macros/gnome-pilot.m4')
-rw-r--r--macros/gnome-pilot.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index 7f5b0f31a9..fd2dc962c3 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -25,7 +25,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
else
PISOCK_CFLAGS="-I$withval/include"
incdir="$withval/include"
- PISOCK_LIBS="-L$withval/lib -lpisock"
+ PISOCK_LIBS="-L$withval/lib -lpisock -lpisync"
AC_MSG_CHECKING("for existance of $withval/lib/libpisock.so")
if test -r $withval/lib/libpisock.so; then
AC_MSG_RESULT(yes)