aboutsummaryrefslogtreecommitdiff
path: root/src/jsonapi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsonapi/Makefile.am')
-rw-r--r--src/jsonapi/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3 3
4plugindir = $(libdir)/gnunet
5
4if USE_COVERAGE 6if USE_COVERAGE
5 AM_CFLAGS = --coverage -O0 7 AM_CFLAGS = --coverage -O0
6 XLIB = -lgcov 8 XLIB = -lgcov