From 302ff78a787637e0513b936cf70e6c75296c4826 Mon Sep 17 00:00:00 2001 From: Torello Querci Date: Wed, 13 Jan 2010 11:45:45 +0000 Subject: Added the source FsSqlite.cs to the makefile. --- 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) -- cgit v0.9.1