[longomatch] Add makefile for LongoMatch.Addins



commit 560b7ad231291dbb18cd5468b6b46fbf46785975
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Dec 18 21:26:48 2011 +0100

    Add makefile for LongoMatch.Addins

 LongoMatch.Addins/Makefile.am |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Addins/Makefile.am b/LongoMatch.Addins/Makefile.am
new file mode 100644
index 0000000..62912c8
--- /dev/null
+++ b/LongoMatch.Addins/Makefile.am
@@ -0,0 +1,14 @@
+ASSEMBLY = LongoMatch.Addins
+TARGET = library
+
+LINK = $(REF_DEP_LONGOMATCH_ADDINS)
+
+SOURCES = \
+	AddinsManager.cs \
+	ExtensionPoints/IConfigModifier.cs \
+	ExtensionPoints/IExportProject.cs
+
+RESOURCES =
+
+include $(top_srcdir)/build/build.mk
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]