From 592e117242e4cd5f5cd05a687062e7d61e2f8d22 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 27 Sep 2018 18:10:23 +0200 Subject: [PATCH] fix include path --- src/jsonapi/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/jsonapi/Makefile.am b/src/jsonapi/Makefile.am index 489c4d9f2..e572ffa9d 100644 --- a/src/jsonapi/Makefile.am +++ b/src/jsonapi/Makefile.am @@ -1,6 +1,8 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include +plugindir = $(libdir)/gnunet + if USE_COVERAGE AM_CFLAGS = --coverage -O0 XLIB = -lgcov -- 2.25.1