gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25823 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r25823 - gnunet/src/regex
Date: Fri, 18 Jan 2013 05:51:04 +0100

Author: LRN
Date: 2013-01-18 05:51:04 +0100 (Fri, 18 Jan 2013)
New Revision: 25823

Modified:
   gnunet/src/regex/Makefile.am
Log:
Fix regex dependencies

Modified: gnunet/src/regex/Makefile.am
===================================================================
--- gnunet/src/regex/Makefile.am        2013-01-18 04:43:22 UTC (rev 25822)
+++ gnunet/src/regex/Makefile.am        2013-01-18 04:51:04 UTC (rev 25823)
@@ -31,6 +31,8 @@
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/regex/libgnunetregexblock.la
+libgnunetregex_la_DEPENDENCIES = \
+  libgnunetregexblock.la
 libgnunetregex_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
    -version-info 1:1:0
@@ -50,11 +52,8 @@
 libgnunet_plugin_block_regex_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_block_regex_la_DEPENDENCIES = \
- $(top_builddir)/src/regex/libgnunetregexblock.la \
- $(top_builddir)/src/block/libgnunetblock.la \
- $(top_builddir)/src/util/libgnunetutil.la
+ libgnunetregexblock.la
 
-
 if HAVE_MYSQL
 noinst_mysql_progs = \
 gnunet-regex-simulation-profiler




reply via email to

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