gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29027 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r29027 - gnunet/src/namestore
Date: Thu, 5 Sep 2013 14:57:55 +0200

Author: cfuchs
Date: 2013-09-05 14:57:55 +0200 (Thu, 05 Sep 2013)
New Revision: 29027

Modified:
   gnunet/src/namestore/Makefile.am
Log:
fixed missing backslash that broke buildchain/automake definition


Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2013-09-05 12:36:49 UTC (rev 29026)
+++ gnunet/src/namestore/Makefile.am    2013-09-05 12:57:55 UTC (rev 29027)
@@ -42,8 +42,8 @@
 if HAVE_TESTING
 TESTING_TESTS = \
  test_namestore_api \
- test_namestore_api_remove
-test_namestore_api_lookup
+ test_namestore_api_remove \
+ test_namestore_api_lookup
 #test_namestore_api_lookup_specific_type
 #test_namestore_api_create 
 #test_namestore_api_create_update
@@ -282,8 +282,8 @@
 
 EXTRA_DIST = \
   test_namestore_api.conf \
-  test_plugin_namestore_sqlite.conf\
-  test_plugin_namestore_postgres.conf\
+  test_plugin_namestore_sqlite.conf \
+  test_plugin_namestore_postgres.conf \
   test_hostkey \
   zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey \
   zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey \




reply via email to

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