X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fjson%2FMakefile.am;h=f3fa28d69eec30da856a66533583a9f80ea669af;hb=83095b7bbf49263d66ab1d89d0535e8fee2a9d01;hp=5aac23654515d950268843c0094cff96c455897c;hpb=8b89bb8b02c8949f3c74ad0668107d184aaa3788;p=oweals%2Fgnunet.git diff --git a/src/json/Makefile.am b/src/json/Makefile.am index 5aac23654..f3fa28d69 100644 --- a/src/json/Makefile.am +++ b/src/json/Makefile.am @@ -17,9 +17,10 @@ libgnunetjson_la_SOURCES = \ json_mhd.c \ json_generator.c \ json_helper.c \ - json_parser.c + json_gnsrecord.c libgnunetjson_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ -ljansson \ $(XLIB)