Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dd6bd59..84d4795 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,8 @@ fsgateway_sources = AssemblyInfo.cs \
View.cs \
FsMySql.cs \
FsSqlServer.cs \
- FsPostgresql.cs
+ FsPostgresql.cs \
+ FsSqlite.cs
fsgateway_libs = \
-r:System \
@@ -31,6 +32,7 @@ fsgateway_libs = \
-r:Npgsql \
-r:Mono.Posix \
-r:System.Xml \
+ -r:Mono.Data.Sqlite \
$(MYSQL_CONNECTOR_NET_LIBS) \
$(MONO_FUSE_LIBS)