fix include path
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Thu, 27 Sep 2018 16:10:23 +0000 (18:10 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Thu, 27 Sep 2018 16:10:23 +0000 (18:10 +0200)
src/jsonapi/Makefile.am

index 489c4d9f2fdf2a043548370d8ea97eff9db52f3f..e572ffa9d59210d9fbe2451985ec8ff6e5c42315 100644 (file)
@@ -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