# HG changeset patch # User Gary Kramlich # Date 1489206891 21600 # Node ID 6230261df73cbe7d38584d37e67ab760f5182af2 # Parent 640928dfa2fc3bc8867736a1c0d5f92581aacc99 Undelete some facebook things diff -r 640928dfa2fc -r 6230261df73c configure.ac --- a/configure.ac Fri Mar 10 21:49:08 2017 -0600 +++ b/configure.ac Fri Mar 10 22:34:51 2017 -0600 @@ -1228,7 +1228,7 @@ fi if test "x$STATIC_PRPLS" = "xall" ; then - STATIC_PRPLS="bonjour gg irc jabber novell oscar sametime silc simple zephyr" + STATIC_PRPLS="bonjour facebook gg irc jabber novell oscar sametime silc simple zephyr" fi if test "x$have_meanwhile" != "xyes" ; then STATIC_PRPLS=`echo $STATIC_PRPLS | $sedpath 's/sametime//'` @@ -1299,7 +1299,7 @@ AC_ARG_WITH(dynamic_prpls, [AS_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 novell oscar sametime silc simple zephyr" + DYNAMIC_PRPLS="bonjour facebook gg irc jabber novell oscar sametime silc simple zephyr" fi if test "x$have_meanwhile" != "xyes"; then DYNAMIC_PRPLS=`echo $DYNAMIC_PRPLS | $sedpath 's/sametime//'` diff -r 640928dfa2fc -r 6230261df73c libpurple/protocols/Makefile.am --- a/libpurple/protocols/Makefile.am Fri Mar 10 21:49:08 2017 -0600 +++ b/libpurple/protocols/Makefile.am Fri Mar 10 22:34:51 2017 -0600 @@ -1,5 +1,5 @@ EXTRA_DIST = Makefile.mingw -DIST_SUBDIRS = bonjour gg irc jabber novell null oscar sametime silc simple zephyr +DIST_SUBDIRS = bonjour facebook gg irc jabber novell null oscar sametime silc simple zephyr SUBDIRS = $(DYNAMIC_PRPLS) $(STATIC_PRPLS)