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

12 lines
178 B
Makefile

ASSEMBLY = FriendFace
TARGET = library
LINK = $(REF_FRIENDFACE)
SOURCES = \
FriendFace.cs \
GravatarIconProvider.cs \
IconProvider.cs
include $(top_srcdir)/build/build.mk