SparkleShare/Makefile.am
Bertrand Lorentz 0d8740a757 [build] Fix build and installation of GitSharp assemblies
Improve the GitSharp autotools stuff and move it to its own file,
included in the top-level Makefile.

A system-installed nant is now required to build GitSharp, instead of
using the in-tree copy.

All the files we really need to build GitSharp are now included in the
tarball, including the binary deps. I see weeping packagers...
But "make distcheck" doesn't work, mostly because GitSharp insists on
writing to the source dir during compilation. As distcheck builds with a
read-only source tree, this fails horribly.
2010-10-21 20:51:03 +02:00

24 lines
356 B
Makefile

SUBDIRS = \
build \
help \
NotifySharp \
SmartIrc4net \
. \
SparkleLib \
SparkleShare \
data \
po
EXTRA_DIST = gnome-doc-utils.make
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
gnome-doc-utils.make
clean-local: clean-gitsharp
rm -rf $(top_builddir)/bin
include $(top_srcdir)/build/gitsharp.mk