-fix json and namestore
[oweals/gnunet.git] / src / json / Makefile.am
index da19e7955117bafb8b4d66f5b8cf7bdda2bdd92e..f3fa28d69eec30da856a66533583a9f80ea669af 100644 (file)
@@ -16,9 +16,11 @@ libgnunetjson_la_SOURCES = \
   json.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)