From: Schanzenbach, Martin Date: Thu, 27 Sep 2018 16:10:23 +0000 (+0200) Subject: fix include path X-Git-Tag: v0.11.0~241^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=592e117242e4cd5f5cd05a687062e7d61e2f8d22;p=oweals%2Fgnunet.git fix include path --- 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