SparkleShare/SparkleDiff/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

16 lines
332 B
Makefile

ASSEMBLY = SparkleDiff
TARGET = exe
LINK = $(REF_SPARKLEDIFF)
SOURCES = \
$(top_srcdir)/FriendFace/FriendFace.cs \
$(top_srcdir)/FriendFace/GravatarIconProvider.cs \
$(top_srcdir)/FriendFace/IconProvider.cs \
RevisionImage.cs \
RevisionView.cs \
SparkleDiff.cs \
SparkleDiffWindow.cs
include $(top_srcdir)/build/build.mk