aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-17 17:55:18 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-17 17:55:18 +0100
commitb5a22e33a1aa2500093e783e79de2f44bf53c150 (patch)
tree6b414ec2a8a9f89da427a018a1aef79c3e6cfad3
parentafe076473f3b18c2d0ec402b43345eda6709c91a (diff)
Forgot to update configure for the _mod change.
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index fef1c45b..097fc0f5 100755
--- a/configure
+++ b/configure
@@ -307,7 +307,7 @@ if [ "$msn" = 0 ]; then
else
echo '#define WITH_MSN' >> config.h
protocols=$protocols'msn '
- protoobjs=$protoobjs'msnn.o '
+ protoobjs=$protoobjs'msn_mod.o '
fi
if [ "$jabber" = 0 ]; then
@@ -315,7 +315,7 @@ if [ "$jabber" = 0 ]; then
else
echo '#define WITH_JABBER' >> config.h
protocols=$protocols'jabber '
- protoobjs=$protoobjs'jabberr.o '
+ protoobjs=$protoobjs'jabber_mod.o '
fi
if [ "$oscar" = 0 ]; then
@@ -323,7 +323,7 @@ if [ "$oscar" = 0 ]; then
else
echo '#define WITH_OSCAR' >> config.h
protocols=$protocols'oscar '
- protoobjs=$protoobjs'oscarr.o '
+ protoobjs=$protoobjs'oscar_mod.o '
fi
if [ "$yahoo" = 0 ]; then
@@ -331,7 +331,7 @@ if [ "$yahoo" = 0 ]; then
else
echo '#define WITH_YAHOO' >> config.h
protocols=$protocols'yahoo '
- protoobjs=$protoobjs'yahooo.o '
+ protoobjs=$protoobjs'yahoo_mod.o '
fi
if [ "$protocols" = "PROTOCOLS = " ]; then