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