From bded53bef9ad75eb7f53268e4a8f397185788588 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 12 Sep 2022 13:27:55 +0200 Subject: Adding upstream version 2.1.0. Signed-off-by: Daniel Baumann --- plugins/eventlog/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/eventlog/Makefile.in') diff --git a/plugins/eventlog/Makefile.in b/plugins/eventlog/Makefile.in index 6dd2dcc..fe6a9a6 100644 --- a/plugins/eventlog/Makefile.in +++ b/plugins/eventlog/Makefile.in @@ -520,11 +520,12 @@ CLEANFILES = *.gcda *.gcno *.gcov test1.out *.pcap-dist AM_CFLAGS = -I$(srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/isc \ - $(SECCOMPFLAGS) + $(SECCOMPFLAGS) \ + $(libldns_CFLAGS) pkglib_LTLIBRARIES = eventlog.la eventlog_la_SOURCES = eventlog.c -eventlog_la_LDFLAGS = -module -avoid-version +eventlog_la_LDFLAGS = -module -avoid-version $(libldns_LIBS) TESTS = test1.sh EXTRA_DIST = $(TESTS) all: all-am -- cgit v1.2.3