gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14520 - in gnunet/src: fs topology


From: gnunet
Subject: [GNUnet-SVN] r14520 - in gnunet/src: fs topology
Date: Thu, 24 Feb 2011 12:45:08 +0100

Author: toelke
Date: 2011-02-24 12:45:08 +0100 (Thu, 24 Feb 2011)
New Revision: 14520

Modified:
   gnunet/src/fs/Makefile.am
   gnunet/src/topology/Makefile.am
Log:
fix build

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2011-02-24 11:19:09 UTC (rev 14519)
+++ gnunet/src/fs/Makefile.am   2011-02-24 11:45:08 UTC (rev 14520)
@@ -61,6 +61,7 @@
 gnunet_directory_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
+  -lextractor \
   $(GN_LIBINTL)
 gnunet_directory_DEPENDENCIES = \
   libgnunetfs.la
@@ -79,6 +80,7 @@
 gnunet_publish_LDADD =  \
  $(top_builddir)/src/fs/libgnunetfs.la \
  $(top_builddir)/src/util/libgnunetutil.la \
+ -lextractor \
  $(GN_LIBINTL)
 gnunet_publish_DEPENDENCIES = \
   libgnunetfs.la
@@ -98,6 +100,7 @@
 gnunet_search_LDADD = \
   $(top_builddir)/src/fs/libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
+ -lextractor \
   $(GN_LIBINTL)
 gnunet_search_DEPENDENCIES = \
   libgnunetfs.la

Modified: gnunet/src/topology/Makefile.am
===================================================================
--- gnunet/src/topology/Makefile.am     2011-02-24 11:19:09 UTC (rev 14519)
+++ gnunet/src/topology/Makefile.am     2011-02-24 11:45:08 UTC (rev 14520)
@@ -15,6 +15,7 @@
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/transport/libgnunettransport.la \
+  $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 




reply via email to

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