aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-25 14:25:27 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-25 14:25:27 +0100
commitc06bc0c449d0a988f2848be8ae2c4779dc6f26d0 (patch)
tree744bcf9364efd32fa93417f053ad218e599f9f2c
parentc5c7693f97bec683554ca36b516fbf064d3a9d4e (diff)
downloadgnunet-gtk-c06bc0c449d0a988f2848be8ae2c4779dc6f26d0.tar.gz
gnunet-gtk-c06bc0c449d0a988f2848be8ae2c4779dc6f26d0.zip
conversation does not require libextractor or libgnunetfs
-rw-r--r--configure.ac2
-rw-r--r--src/conversation/Makefile.am2
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"],
448AC_SUBST(GNUNET_CFLAGS) 448AC_SUBST(GNUNET_CFLAGS)
449AC_SUBST(GNUNET_LIBS) 449AC_SUBST(GNUNET_LIBS)
450 450
451AM_CONDITIONAL(HAVE_CONVERSATION, test x$gnunet_conversation != x0 -a "x$extractor" == "x1") 451AM_CONDITIONAL(HAVE_CONVERSATION, test x$gnunet_conversation != x0)
452 452
453backup_CPPFLAGS="$CPPFLAGS" 453backup_CPPFLAGS="$CPPFLAGS"
454CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS" 454CPPFLAGS="$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 = \
38 $(top_builddir)/src/lib/libgnunetgtk.la \ 38 $(top_builddir)/src/lib/libgnunetgtk.la \
39 @GTK_LIBS@ \ 39 @GTK_LIBS@ \
40 @GLADE_LIBS@ @GNUNET_LIBS@ \ 40 @GLADE_LIBS@ @GNUNET_LIBS@ \
41 -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker -lgnunetmicrophone -lgnunetnamestore -lgnunetgnsrecord -lgnunetgns -lgnunetfs -lextractor \ 41 -lgnunetutil -lgnunetidentity -lgnunetconversation -lgnunetspeaker -lgnunetmicrophone -lgnunetnamestore -lgnunetgnsrecord -lgnunetgns \
42 $(INTLLIBS) 42 $(INTLLIBS)
43gnunet_conversation_gtk_LDFLAGS = \ 43gnunet_conversation_gtk_LDFLAGS = \
44 -export-dynamic 44 -export-dynamic