Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorello Querci <torello@torosoft.com>2010-01-13 11:45:45 (GMT)
committer Torello Querci <torello@torosoft.com>2010-01-13 11:45:45 (GMT)
commit302ff78a787637e0513b936cf70e6c75296c4826 (patch)
tree72bab78eeb1a4fb573b189746d61860d9085af47
parent5cdede6b393e83ebe79560d7ac3c1fb69954b484 (diff)
Added the source FsSqlite.cs to the makefile.0.1.0
-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)