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