aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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