diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-12 11:27:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-12 11:27:58 +0000 |
commit | 0c564ddd977451d93d5cf6898a66ebd608e32862 (patch) | |
tree | 76546fbda8fdc9ae0924f8bc8717793906e72f55 /plugins/royparse/Makefile.am | |
parent | Releasing debian version 2.0.3-1. (diff) | |
download | dnscap-0c564ddd977451d93d5cf6898a66ebd608e32862.tar.xz dnscap-0c564ddd977451d93d5cf6898a66ebd608e32862.zip |
Merging upstream version 2.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'plugins/royparse/Makefile.am')
-rw-r--r-- | plugins/royparse/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/royparse/Makefile.am b/plugins/royparse/Makefile.am index 795a277..5b907cb 100644 --- a/plugins/royparse/Makefile.am +++ b/plugins/royparse/Makefile.am @@ -4,11 +4,12 @@ CLEANFILES = *.gcda *.gcno *.gcov AM_CFLAGS = -I$(srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/isc \ - $(SECCOMPFLAGS) + $(SECCOMPFLAGS) \ + $(libldns_CFLAGS) pkglib_LTLIBRARIES = royparse.la royparse_la_SOURCES = royparse.c -royparse_la_LDFLAGS = -module -avoid-version +royparse_la_LDFLAGS = -module -avoid-version $(libldns_LIBS) TESTS = test1.sh EXTRA_DIST = $(TESTS) |