summaryrefslogtreecommitdiffstats
path: root/output/dbi
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-02-01 02:37:18 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-02-01 02:53:54 +0100
commit422c5ece0242f7863737ddee703c88529b165ba9 (patch)
tree98a8b6afe75982fa4d0a4b3fa65f82275fd54a5a /output/dbi
parentbf85255e1c813ef208eee77079f14eb5ebe766de (diff)
build: use appropriate location for program modules
Modules - since they are dependent on the executable - generally go to libexec/. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'output/dbi')
-rw-r--r--output/dbi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/dbi/Makefile.am b/output/dbi/Makefile.am
index f413cab..ca05e00 100644
--- a/output/dbi/Makefile.am
+++ b/output/dbi/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = ${regular_CFLAGS}
if HAVE_DBI
-pkglib_LTLIBRARIES = ulogd_output_DBI.la
+pkglibexec_LTLIBRARIES = ulogd_output_DBI.la
ulogd_output_DBI_la_SOURCES = ulogd_output_DBI.c ../../util/db.c
ulogd_output_DBI_la_LIBADD = ${DBI_LIB}