Undelete some facebook things

Fri, 10 Mar 2017 22:34:51 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 10 Mar 2017 22:34:51 -0600
changeset 38243
6230261df73c
parent 38242
640928dfa2fc
child 38244
e911c4598154

Undelete some facebook things

configure.ac file | annotate | diff | comparison | revisions
libpurple/protocols/Makefile.am file | annotate | diff | comparison | revisions
--- 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//'`
--- 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)

mercurial