summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-11-30 23:18:58 +0200
committerGitHub <noreply@github.com>2023-11-30 23:18:58 +0200
commit0705251a8a204d565017a2f29f157ffae39a5932 (patch)
treec26b173cb1565df10042fdcb212c5888f613314e /Makefile.am
parent3362c4e405c6a170b88c1e2040690278f4cfe58a (diff)
log2journal improvements 4 (#16510)
* fix codeql warnings * work to support multiple types of value rewrites * support looking up variables names in all values specified * added more unit tests for the current functionality * satisfy coverity * fixed quotes * test nginx-combined.yaml too * removed deletions - injections can now do the same * remove empty line
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aff19318ae..398c6fb20c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -357,7 +357,6 @@ LOG2JOURNAL_FILES = \
collectors/log2journal/log2journal-logfmt.c \
collectors/log2journal/log2journal-pcre2.c \
collectors/log2journal/log2journal-params.c \
- collectors/log2journal/log2journal-duplicate.c \
collectors/log2journal/log2journal-inject.c \
collectors/log2journal/log2journal-pattern.c \
collectors/log2journal/log2journal-replace.c \