gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-gtk] branch master updated: conversation does not require libext


From: gnunet
Subject: [gnunet-gtk] branch master updated: conversation does not require libextractor or libgnunetfs
Date: Fri, 25 Mar 2022 14:25:34 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new c06bc0c4 conversation does not require libextractor or libgnunetfs
c06bc0c4 is described below

commit c06bc0c449d0a988f2848be8ae2c4779dc6f26d0
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Mar 25 14:25:27 2022 +0100

    conversation does not require libextractor or libgnunetfs
---
 configure.ac                 | 2 +-
 src/conversation/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 381aaeb3..05f638b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -448,7 +448,7 @@ AS_IF([test "x$gnunet" = "x0"],
 AC_SUBST(GNUNET_CFLAGS)
 AC_SUBST(GNUNET_LIBS)
 
-AM_CONDITIONAL(HAVE_CONVERSATION, test x$gnunet_conversation != x0 -a 
"x$extractor" == "x1")
+AM_CONDITIONAL(HAVE_CONVERSATION, test x$gnunet_conversation != x0)
 
 backup_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS"
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index a3120536..b186789d 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -38,7 +38,7 @@ gnunet_conversation_gtk_LDADD = \
   $(top_builddir)/src/lib/libgnunetgtk.la \
   @GTK_LIBS@ \
   @GLADE_LIBS@ @GNUNET_LIBS@ \
-  -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker 
-lgnunetmicrophone -lgnunetnamestore -lgnunetgnsrecord -lgnunetgns -lgnunetfs 
-lextractor \
+  -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker 
-lgnunetmicrophone -lgnunetnamestore -lgnunetgnsrecord -lgnunetgns \
   $(INTLLIBS)
 gnunet_conversation_gtk_LDFLAGS = \
   -export-dynamic

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]