adium: dff7de86: Added facebook to the automake and autoc...
evands at pidgin.im
evands at pidgin.im
Fri Jan 16 18:20:56 EST 2009
-----------------------------------------------------------------
Revision: dff7de86e6e0be0a779107daf50ce76bf525cc28
Ancestor: 88ecf027c5322ffd5437c194ca0a7258a9a33b5d
Author: evands at pidgin.im
Date: 2009-01-16T22:52:49
Branch: im.pidgin.adium
URL: http://d.pidgin.im/viewmtn/revision/info/dff7de86e6e0be0a779107daf50ce76bf525cc28
Added directories:
libpurple/protocols/facebook
Modified files:
configure.ac libpurple/protocols/Makefile.am
ChangeLog:
Added facebook to the automake and autoconfigure files
-------------- next part --------------
============================================================
--- configure.ac dfc8e0c7805e1d56854f7f597cb31f9a07d52b88
+++ configure.ac 6b3318712780c8a7a423e57c343c3e3a4c111ac7
@@ -1033,6 +1033,7 @@ for i in $STATIC_PRPLS ; do
fi
case $i in
bonjour) static_bonjour=yes ;;
+ facebook) static_facebook=yes ;;
gg) static_gg=yes ;;
irc) static_irc=yes ;;
jabber) static_jabber=yes ;;
@@ -1055,6 +1056,7 @@ AM_CONDITIONAL(STATIC_BONJOUR, test "x$s
esac
done
AM_CONDITIONAL(STATIC_BONJOUR, test "x$static_bonjour" = "xyes")
+AM_CONDITIONAL(STATIC_FACEBOOK, test "x$static_facebook" = "xyes")
AM_CONDITIONAL(STATIC_GG, test "x$static_gg" = "xyes")
AM_CONDITIONAL(STATIC_IRC, test "x$static_irc" = "xyes")
AM_CONDITIONAL(STATIC_JABBER, test "x$static_jabber" = "xyes")
@@ -1075,7 +1077,7 @@ if test "x$DYNAMIC_PRPLS" = "xall" ; the
AC_ARG_WITH(dynamic_prpls, [AC_HELP_STRING([--with-dynamic-prpls], [specify which protocols to build dynamically])], [DYNAMIC_PRPLS=`echo $withval | $sedpath 's/,/ /g'`])
if test "x$DYNAMIC_PRPLS" = "xall" ; then
- DYNAMIC_PRPLS="bonjour gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr"
+ DYNAMIC_PRPLS="bonjour facebook gg irc jabber msn myspace novell oscar qq sametime silc simple yahoo zephyr"
fi
if test "x$have_meanwhile" != "xyes"; then
DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'`
@@ -1096,6 +1098,7 @@ for i in $DYNAMIC_PRPLS ; do
for i in $DYNAMIC_PRPLS ; do
case $i in
bonjour) dynamic_bonjour=yes ;;
+ facebook) dynamic_facebook=yes ;;
gg) dynamic_gg=yes ;;
irc) dynamic_irc=yes ;;
jabber) dynamic_jabber=yes ;;
@@ -2434,6 +2437,7 @@ AC_OUTPUT([Makefile
libpurple/Makefile
libpurple/protocols/Makefile
libpurple/protocols/bonjour/Makefile
+ libpurple/protocols/facebook/Makefile
libpurple/protocols/gg/Makefile
libpurple/protocols/irc/Makefile
libpurple/protocols/jabber/Makefile
@@ -2521,3 +2525,4 @@ echo
echo configure complete, now type \'make\'
echo
+
============================================================
--- libpurple/protocols/Makefile.am a75480c624575eb87e669770f66725280960cbd1
+++ libpurple/protocols/Makefile.am cfd2099af39a5b09de04041db63f3303ae0238ea
@@ -1,5 +1,5 @@ EXTRA_DIST = Makefile.mingw
EXTRA_DIST = Makefile.mingw
-DIST_SUBDIRS = bonjour gg irc jabber msn msnp9 myspace novell null oscar qq sametime silc silc10 toc simple yahoo zephyr
+DIST_SUBDIRS = bonjour facebook gg irc jabber msn msnp9 myspace novell null oscar qq sametime silc silc10 toc simple yahoo zephyr
SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS)
More information about the Commits
mailing list