SparkleShare/SparkleDiff/Makefile.am
Bertrand Lorentz 6abd0c4561 [build] Make FriendFace a proper library assembly
Have SparkleDiff depend on the FriendFace assembly.
2010-08-02 17:58:10 +02:00

13 lines
194 B
Makefile

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