diff --git a/SparkleLib/Git/Makefile.am b/SparkleLib/Git/Makefile.am deleted file mode 100644 index 47d3a2ed..00000000 --- a/SparkleLib/Git/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -ASSEMBLY = SparkleLib -TARGET = library - -LINK = $(REF_SPARKLELIB) - -SOURCES = \ - SparkleFetcherGit.cs \ - SparkleRepoGit.cs diff --git a/SparkleLib/Hg/Makefile.am b/SparkleLib/Hg/Makefile.am deleted file mode 100644 index c1fe268b..00000000 --- a/SparkleLib/Hg/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -ASSEMBLY = SparkleLib -TARGET = library - -LINK = $(REF_SPARKLELIB) - -SOURCES = \ - SparkleFetcherHg.cs \ - SparkleRepoHg.cs diff --git a/SparkleLib/Makefile.am b/SparkleLib/Makefile.am index 5f204d95..9fd6908b 100644 --- a/SparkleLib/Makefile.am +++ b/SparkleLib/Makefile.am @@ -3,9 +3,6 @@ TARGET = library LINK = $(REF_SPARKLELIB) -SUBDIRS = \ - Git \ - Hg SOURCES = \ Defines.cs \ @@ -17,7 +14,12 @@ SOURCES = \ SparkleListenerIrc.cs \ SparkleOptions.cs \ SparklePaths.cs \ - SparkleRepoBase.cs + SparkleRepoBase.cs \ + Git/SparkleRepoGit.cs \ + Git/SparkleFetcherGit.cs \ + Hg/SparkleRepoHg.cs \ + Hg/SparkleFetcherHg.cs + SMARTIRC4NET_FILES_EXPANDED = $(foreach file, $(SMARTIRC4NET_FILES), $(top_builddir)/$(file)) diff --git a/configure.ac b/configure.ac index 0dd9cfce..cd62f201 100644 --- a/configure.ac +++ b/configure.ac @@ -104,8 +104,6 @@ help/Makefile SparkleLib/AssemblyInfo.cs SparkleLib/Defines.cs SparkleLib/Makefile -SparkleLib/Git/Makefile -SparkleLib/Hg/Makefile SparkleShare/sparkleshare SparkleShare/Makefile SparkleShare/Mac/Makefile