diff options
author | François Andriot <francois.andriot@free.fr> | 2014-10-04 02:32:58 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-10-04 02:32:58 +0200 |
commit | c5d461380e92dfdbf0e1b8b0429262df1a56e4fe (patch) | |
tree | 36f28c363b39781255b53eb60d64ced8bfc69348 /configure.in | |
parent | fd80b158037ee3387007681f011a1ccdd78cc276 (diff) | |
download | krecipes-c5d461380e92dfdbf0e1b8b0429262df1a56e4fe.tar.gz krecipes-c5d461380e92dfdbf0e1b8b0429262df1a56e4fe.zip |
Use native tqt3 sqlite3 driver instead of local copy
Remove local copy of sqlite3 driver
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1c6962b..115274e 100644 --- a/configure.in +++ b/configure.in @@ -196,7 +196,6 @@ AC_CONFIG_FILES([ krecipes/src/backends/Makefile ]) AC_CONFIG_FILES([ krecipes/src/backends/MySQL/Makefile ]) AC_CONFIG_FILES([ krecipes/src/backends/PostgreSQL/Makefile ]) AC_CONFIG_FILES([ krecipes/src/backends/SQLite/Makefile ]) -AC_CONFIG_FILES([ krecipes/src/backends/SQLite/libqsqlite/Makefile ]) AC_CONFIG_FILES([ krecipes/src/datablocks/Makefile ]) AC_CONFIG_FILES([ krecipes/src/dialogs/Makefile ]) AC_CONFIG_FILES([ krecipes/src/exporters/Makefile ]) |