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 --- filter/Makefile.am | 2 +- filter/raw2packet/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'filter') diff --git a/filter/Makefile.am b/filter/Makefile.am index 05f1247..5af0696 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = raw2packet packet2flow AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = ${regular_CFLAGS} ${LIBNFNETLINK_CFLAGS} -pkglibexec_LTLIBRARIES = ulogd_filter_IFINDEX.la ulogd_filter_PWSNIFF.la \ +pkglib_LTLIBRARIES = ulogd_filter_IFINDEX.la ulogd_filter_PWSNIFF.la \ ulogd_filter_PRINTPKT.la ulogd_filter_PRINTFLOW.la \ ulogd_filter_IP2STR.la ulogd_filter_IP2BIN.la \ ulogd_filter_HWHDR.la ulogd_filter_MARK.la \ diff --git a/filter/raw2packet/Makefile.am b/filter/raw2packet/Makefile.am index a39f3ae..7498f9a 100644 --- a/filter/raw2packet/Makefile.am +++ b/filter/raw2packet/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = ${regular_CFLAGS} -pkglibexec_LTLIBRARIES = ulogd_raw2packet_BASE.la +pkglib_LTLIBRARIES = ulogd_raw2packet_BASE.la ulogd_raw2packet_BASE_la_SOURCES = ulogd_raw2packet_BASE.c ulogd_raw2packet_BASE_la_LDFLAGS = -avoid-version -module -- cgit v1.2.3