From 5dc52c43c4d9e0e8a6813cdcd8e1d12a9f1e3fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20L=C3=A4ssig?= Date: Sat, 10 Mar 2012 14:34:42 +0000 Subject: build: use pkglibdir instead of pkglibexecdir for automake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the following problem while running `autoreconf -fi` `pkglibexecdir' is not a legitimate directory for `LTLIBRARIES' variable `ulogd_filter_PRINTPKT_la_SOURCES' is defined but no program or library has `ulogd_filter_PRINTPKT_la' as canonical name (possible typo) Signed-off-by: Björn Lässig Signed-off-by: Pablo Neira Ayuso --- output/pcap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output/pcap') diff --git a/output/pcap/Makefile.am b/output/pcap/Makefile.am index 54c6da3..47580d2 100644 --- a/output/pcap/Makefile.am +++ b/output/pcap/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = ${regular_CFLAGS} if HAVE_PCAP -pkglibexec_LTLIBRARIES = ulogd_output_PCAP.la +pkglib_LTLIBRARIES = ulogd_output_PCAP.la ulogd_output_PCAP_la_SOURCES = ulogd_output_PCAP.c ulogd_output_PCAP_la_LIBADD = ${PCAP_LIB} -- cgit v1.2.3