From 6b47eddc180f155011dd6415e85b08409a6b4bd7 Mon Sep 17 00:00:00 2001 From: Mario Liebisch Date: Tue, 27 Oct 2015 17:48:21 +0100 Subject: [PATCH] Fixed demo target include paths Before, the demo target wouldn't compile, if Jansson's header files aren't in some standard include directory. With this change the proper parameters are passed to the compiler, allowing compiling and installing without workarounds. --- demo/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/Makefile.am b/demo/Makefile.am index 3684a03..3a1d059 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -1,6 +1,7 @@ generated_sources = searpc-signature.h searpc-marshal.h AM_CFLAGS = @GLIB_CFLAGS@ \ + @JANSSON_CFLAGS@ \ -I${top_srcdir}/lib # we need to generate the first