From 7c7a1348faa3867f6f2e5fcaf2b671774b1b018a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 12 Jun 2005 22:44:11 +0000 Subject: Moved SQLiteStorage to subclass of Storage, made Storage a singleton and updated SQL tables a bit. --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e01357c3..6ffe719c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,9 @@ tmwserv_SOURCES = main.cpp \ if BUILD_SQLITE tmwserv_SOURCES += sqlite/SQLiteWrapper.cpp \ - sqlite/SQLiteWrapper.h + sqlite/SQLiteWrapper.h \ + sqlitestorage.cpp \ + sqlitestorage.h endif # set the include path found by configure -- cgit v1.2.3-60-g2f50