aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 11 insertions, 1 deletions
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],
153AS_IF([test "x$enable_peerinfo_app" != "xno"], [ 153AS_IF([test "x$enable_peerinfo_app" != "xno"], [
154 GNUNET_PEERINFO_APP="peerinfo" 154 GNUNET_PEERINFO_APP="peerinfo"
155]) 155])
156AC_SUBST(GNUNET_PEERINFO_APP) 156AC_SUBST(GNUNET_CONVERSATION_APP)
157
158GNUNET_PEERINFO_APP=""
159AC_ARG_ENABLE([conversation-app],
160 AS_HELP_STRING([--disable-conversation-app],[Do not build gnunet-conversation-gtk application]))
161AS_IF([test "x$enable_conversation_app" != "xno"], [
162 GNUNET_PEERINFO_APP="conversation"
163])
164AC_SUBST(GNUNET_CONVERSATION_APP)
157 165
158# test for libextractor 166# test for libextractor
159extractor=0 167extractor=0
@@ -526,6 +534,7 @@ src/main/Makefile
526src/namestore/Makefile 534src/namestore/Makefile
527src/setup/Makefile 535src/setup/Makefile
528src/statistics/Makefile 536src/statistics/Makefile
537src/conversation/Makefile
529pixmaps/Makefile 538pixmaps/Makefile
530po/Makefile.in 539po/Makefile.in
531po/Makefile 540po/Makefile
@@ -537,6 +546,7 @@ contrib/gnunet_peerinfo_gtk_about_window.glade
537contrib/gnunet_namestore_gtk_about_window.glade 546contrib/gnunet_namestore_gtk_about_window.glade
538contrib/gnunet_statistics_gtk_about_window.glade 547contrib/gnunet_statistics_gtk_about_window.glade
539contrib/gnunet_setup_about_window.glade 548contrib/gnunet_setup_about_window.glade
549contrib/gnunet_conversation_gtk_about_window.glade
540]) 550])
541 551
542if test "$qrencode" != 1 552if test "$qrencode" != 1