wibble automake to build the extra backend

This commit is contained in:
Shish 2012-02-28 14:34:23 +00:00
parent 554a6e1354
commit 6835489eff
3 changed files with 24 additions and 1 deletions

View file

@ -1,4 +1,4 @@
basedirs = build SparkleLib data po
basedirs = build SparkleLib SparkleLib/Git data po
SUBDIRS = $(basedirs) $(GUISUBDIRS)
DIST_SUBDIRS = $(basedirs) SparkleShare

22
SparkleLib/Git/Makefile.am Executable file
View file

@ -0,0 +1,22 @@
ASSEMBLY = SparkleLib.Git
TARGET = library
LINK = -r:$(DIR_BIN)/SparkleLib.dll
SOURCES = \
SparkleGit.cs \
SparkleFetcherGit.cs \
SparkleRepoGit.cs
install-data-hook:
for ASM in $(EXTRA_BUNDLE); do \
$(INSTALL) -m 0755 $$ASM $(DESTDIR)$(moduledir); \
done;
uninstall-hook:
for ASM in $(EXTRA_BUNDLE); do \
rm -f $(DESTDIR)$(moduledir)/`basename $$ASM`; \
done;
include $(top_srcdir)/build/build.mk

View file

@ -157,6 +157,7 @@ data/plugins/Makefile
SparkleLib/AssemblyInfo.cs
SparkleLib/Defines.cs
SparkleLib/Makefile
SparkleLib/Git/Makefile
SparkleShare/sparkleshare
SparkleShare/Makefile
SparkleShare/Mac/Makefile