SparkleShare/SparkleLib/Makefile.am
Bertrand Lorentz dea7426364 Create a SparkleLib library for sharing code between frontends
Start moving some files into SparkleLib, and have SparkleShare and
SparkleDiff depend on it.
2010-08-02 17:42:42 +02:00

14 lines
208 B
Makefile

ASSEMBLY = SparkleLib
TARGET = library
LINK = $(REF_SPARKLELIB)
SOURCES = \
Defines.cs \
SparkleFetcher.cs \
SparkleHelpers.cs \
SparklePaths.cs \
SparkleRepo.cs
include $(top_srcdir)/build/build.mk