X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fjson%2FMakefile.am;h=f3fa28d69eec30da856a66533583a9f80ea669af;hb=83095b7bbf49263d66ab1d89d0535e8fee2a9d01;hp=da19e7955117bafb8b4d66f5b8cf7bdda2bdd92e;hpb=5dfcb058ab5db9ae0c4b147d8a99c64ca0980028;p=oweals%2Fgnunet.git diff --git a/src/json/Makefile.am b/src/json/Makefile.am index da19e7955..f3fa28d69 100644 --- a/src/json/Makefile.am +++ b/src/json/Makefile.am @@ -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)