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(a)balabit.hu>
Signed-off-by: Gergely Nagy <algernon(a)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