Fri, 10 Mar 2017 22:34:51 -0600
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)