SparkleShare/SparkleDiff/Makefile.am

13 lines
194 B
Makefile
Raw Normal View History

2010-07-03 07:39:28 +00:00
ASSEMBLY = SparkleDiff
TARGET = exe
LINK = $(REF_SPARKLEDIFF)
SOURCES = \
RevisionImage.cs \
RevisionView.cs \
SparkleDiff.cs \
SparkleDiffWindow.cs
2010-07-03 07:39:28 +00:00
include $(top_srcdir)/build/build.mk