[syslog-ng] [PATCH 1/2] json: Include all sources in _SOURCES

Gergely Nagy algernon at balabit.hu
Tue Oct 2 10:59:36 CEST 2012


With the renaming and such the list of sources required to build the
plugin got out of sync with reality. This patch corrects that, by
adding the two new headers, and removing an old, unused one.

Reported-by: Peter Czanik <czanik at balabit.hu>
Signed-off-by: Gergely Nagy <algernon at balabit.hu>
---
 modules/json/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/json/Makefile.am b/modules/json/Makefile.am
index 110b1b5..3338ff5 100644
--- a/modules/json/Makefile.am
+++ b/modules/json/Makefile.am
@@ -9,10 +9,11 @@ module_LTLIBRARIES = libjson-plugin.la
 
 libjson_plugin_la_SOURCES	= \
 				format-json.c \
+				format-json.h \
 				jsonparser.c \
+				jsonparser.h \
 				jsonparser-grammar.y \
 				jsonparser-parser.c jsonparser-parser.h \
-				json-plugin.h	\
 				json-plugin.c
 
 libjson_plugin_la_CPPFLAGS	= $(AM_CPPFLAGS)
-- 
1.7.9




More information about the syslog-ng mailing list