summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fdb8aa4..81e1ea4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@ krecipes_LDFLAGS = $(KDE_RPATH) $(LIB_TDEPARTS) $(LIB_TDECORE) $(LIB_TDEUI) $(LI
# Check for optional libs
if link_lib_SQLITE
-qsqlite_libadds = backends/SQLite/libkrecsqlite.la $(SQLITE_LIB)
+qsqlite_libadds = backends/SQLite/libkrecsqlite.la $(SQLITE_LIB3)
endif
if link_lib_MYSQL