aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-09-05 12:57:55 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-09-05 12:57:55 +0000
commit166d7ab3218c717c8b9e75b0530f360040d5f6ba (patch)
tree0685dc0987458de9d89de8e792bca170633c8b11 /src/namestore/Makefile.am
parent60b7a7174aef637217d73ca3d1514f547392edb9 (diff)
downloadgnunet-166d7ab3218c717c8b9e75b0530f360040d5f6ba.tar.gz
gnunet-166d7ab3218c717c8b9e75b0530f360040d5f6ba.zip
fixed missing backslash that broke buildchain/automake definition
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index f77baa04b..a3874a922 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -42,8 +42,8 @@ if HAVE_EXPERIMENTAL
42if HAVE_TESTING 42if HAVE_TESTING
43TESTING_TESTS = \ 43TESTING_TESTS = \
44 test_namestore_api \ 44 test_namestore_api \
45 test_namestore_api_remove 45 test_namestore_api_remove \
46test_namestore_api_lookup 46 test_namestore_api_lookup
47#test_namestore_api_lookup_specific_type 47#test_namestore_api_lookup_specific_type
48#test_namestore_api_create 48#test_namestore_api_create
49#test_namestore_api_create_update 49#test_namestore_api_create_update
@@ -282,8 +282,8 @@ test_namestore_record_serialization_LDADD = \
282 282
283EXTRA_DIST = \ 283EXTRA_DIST = \
284 test_namestore_api.conf \ 284 test_namestore_api.conf \
285 test_plugin_namestore_sqlite.conf\ 285 test_plugin_namestore_sqlite.conf \
286 test_plugin_namestore_postgres.conf\ 286 test_plugin_namestore_postgres.conf \
287 test_hostkey \ 287 test_hostkey \
288 zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey \ 288 zonefiles/S5I9DSGQVAB5FVV16T3B3CC5H1B2JGL3Q412JBKURME8EKU0600G.zkey \
289 zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey \ 289 zonefiles/AQ835GVL939H4O8QJQ7GBLPTQC0QAAO91BN7QK01BA63MDSK6I4G.zkey \