gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27351 - gnunet/src/regex
Date: Fri, 31 May 2013 19:54:35 +0200

Author: grothoff
Date: 2013-05-31 19:54:35 +0200 (Fri, 31 May 2013)
New Revision: 27351

Modified:
   gnunet/src/regex/Makefile.am
   gnunet/src/regex/regex_block_lib.h
Log:
-fix

Modified: gnunet/src/regex/Makefile.am
===================================================================
--- gnunet/src/regex/Makefile.am        2013-05-31 17:51:48 UTC (rev 27350)
+++ gnunet/src/regex/Makefile.am        2013-05-31 17:54:35 UTC (rev 27351)
@@ -33,8 +33,9 @@
 # todo: link files from libgnunetregex statically into gnunet_service_regex,
 # rename API prefix to avoid collision with 'libgnunetregexnew'...
 
-# FIXME: shouldn't the block library be in the plugin directory!?
-lib_LTLIBRARIES = libgnunetregexblock.la \
+
+lib_LTLIBRARIES = \
+  libgnunetregexblock.la \
   libgnunetregex.la \
   libgnunetregexnew.la
 
@@ -92,7 +93,7 @@
 
 if HAVE_MYSQL
 noinst_mysql_progs = \
-gnunet-regex-simulation-profiler
+  gnunet-regex-simulation-profiler
 
 gnunet_regex_simulation_profiler_SOURCES = \
   gnunet-regex-simulation-profiler.c

Modified: gnunet/src/regex/regex_block_lib.h
===================================================================
--- gnunet/src/regex/regex_block_lib.h  2013-05-31 17:51:48 UTC (rev 27350)
+++ gnunet/src/regex/regex_block_lib.h  2013-05-31 17:54:35 UTC (rev 27351)
@@ -21,6 +21,7 @@
 /**
  * @author Bartlomiej Polot
  * @file regex/regex_block_lib.h
+ * @brief common function to manipulate blocks stored by regex in the DHT
  */
 
 #ifndef REGEX_BLOCK_LIB_H_




reply via email to

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