summaryrefslogtreecommitdiffstats
path: root/output/sqlite3/Makefile.am
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/sqlite3/Makefile.am
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/sqlite3/Makefile.am')
-rw-r--r--output/sqlite3/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/sqlite3/Makefile.am b/output/sqlite3/Makefile.am
index 3bfec2e..507dbfc 100644
--- a/output/sqlite3/Makefile.am
+++ b/output/sqlite3/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = ${regular_CFLAGS}
if HAVE_SQLITE3
-pkglib_LTLIBRARIES = ulogd_output_SQLITE3.la
+pkglibexec_LTLIBRARIES = ulogd_output_SQLITE3.la
ulogd_output_SQLITE3_la_SOURCES = ulogd_output_SQLITE3.c ../../util/db.c
ulogd_output_SQLITE3_la_LIBADD = ${SQLITE3_LIBS}