aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authoryids <yids@140774ce-b5e7-0310-ab8b-a85725594a96>2014-01-21 17:07:00 +0000
committeryids <yids@140774ce-b5e7-0310-ab8b-a85725594a96>2014-01-21 17:07:00 +0000
commit4c235f6dfa2f48bb9103839fa5c04694d6d696ba (patch)
tree8a72c4259668ecf5fe3322fb7b8f239265d59ace /configure.ac
parent6014898c2fe919acba00ca355715d4edbac942eb (diff)
downloadgnunet-gtk-4c235f6dfa2f48bb9103839fa5c04694d6d696ba.tar.gz
gnunet-gtk-4c235f6dfa2f48bb9103839fa5c04694d6d696ba.zip
Added gnunet-conversation-gtk application.
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