build: fix build system

This commit is contained in:
Hylke Bons 2011-05-22 12:42:22 +01:00
parent 3e65a4fc94
commit 16bfce692a
4 changed files with 6 additions and 22 deletions

View file

@ -1,8 +0,0 @@
ASSEMBLY = SparkleLib
TARGET = library
LINK = $(REF_SPARKLELIB)
SOURCES = \
SparkleFetcherGit.cs \
SparkleRepoGit.cs

View file

@ -1,8 +0,0 @@
ASSEMBLY = SparkleLib
TARGET = library
LINK = $(REF_SPARKLELIB)
SOURCES = \
SparkleFetcherHg.cs \
SparkleRepoHg.cs

View file

@ -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))

View file

@ -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