-fix json and namestore
[oweals/gnunet.git] / src / json / Makefile.am
index d874d750778d1bb6d7a9dea527f9d657b90195bf..f3fa28d69eec30da856a66533583a9f80ea669af 100644 (file)
@@ -14,11 +14,13 @@ libgnunetjson_la_LDFLAGS = \
   -no-undefined
 libgnunetjson_la_SOURCES = \
   json.c \
-  json_mhd.c \ 
+  json_mhd.c \
   json_generator.c \
-  json_helper.c
+  json_helper.c \
+  json_gnsrecord.c
 libgnunetjson_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   -ljansson \
   $(XLIB)
 
@@ -32,5 +34,5 @@ test_json_SOURCES = \
   test_json.c
 test_json_LDADD = \
   libgnunetjson.la \
-  -lgnunetutil \
+  $(top_builddir)/src/util/libgnunetutil.la \
   -ljansson