From 4c235f6dfa2f48bb9103839fa5c04694d6d696ba Mon Sep 17 00:00:00 2001 From: yids Date: Tue, 21 Jan 2014 17:07:00 +0000 Subject: Added gnunet-conversation-gtk application. --- configure.ac | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0e7cd38d..52bd99dd 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,15 @@ AC_ARG_ENABLE([peerinfo-app], AS_IF([test "x$enable_peerinfo_app" != "xno"], [ GNUNET_PEERINFO_APP="peerinfo" ]) -AC_SUBST(GNUNET_PEERINFO_APP) +AC_SUBST(GNUNET_CONVERSATION_APP) + +GNUNET_PEERINFO_APP="" +AC_ARG_ENABLE([conversation-app], + AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application])) +AS_IF([test "x$enable_conversation_app" != "xno"], [ + GNUNET_PEERINFO_APP="conversation" +]) +AC_SUBST(GNUNET_CONVERSATION_APP) # test for libextractor extractor=0 @@ -526,6 +534,7 @@ src/main/Makefile src/namestore/Makefile src/setup/Makefile src/statistics/Makefile +src/conversation/Makefile pixmaps/Makefile po/Makefile.in po/Makefile @@ -537,6 +546,7 @@ contrib/gnunet_peerinfo_gtk_about_window.glade contrib/gnunet_namestore_gtk_about_window.glade contrib/gnunet_statistics_gtk_about_window.glade contrib/gnunet_setup_about_window.glade +contrib/gnunet_conversation_gtk_about_window.glade ]) if test "$qrencode" != 1 -- cgit v1.2.3