[longomatch] Fix makefiles for oxyplot



commit c58673413c56313687f4084184bfa0cfb07513d9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Aug 5 23:38:04 2013 +0200

    Fix makefiles for oxyplot

 Makefile.am         |    1 +
 configure.ac        |    2 ++
 oxyplot/Makefile.am |   10 ++++++++++
 3 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6d53d58..ae8df66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ SUBDIRS = \
        build \
        images \
        libcesarplayer \
+       oxyplot \
        LongoMatch.Core \
        LongoMatch.Addins \
        LongoMatch.Multimedia \
diff --git a/configure.ac b/configure.ac
index db1738d..4cabbee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,6 +125,8 @@ build/m4/shave/shave-libtool
 images/Makefile
 libcesarplayer/Makefile
 
+oxyplot/Makefile
+
 LongoMatch.Addins/Makefile
 LongoMatch.Core/Makefile
 LongoMatch.Multimedia/Makefile
diff --git a/oxyplot/Makefile.am b/oxyplot/Makefile.am
new file mode 100644
index 0000000..5db386c
--- /dev/null
+++ b/oxyplot/Makefile.am
@@ -0,0 +1,10 @@
+ASSEMBLY = OxyPlot
+
+OXYPLOT_NET_ASSEMBLY = OxyPlotMono/obj/Debug/OxyPlotMono.dll
+
+$(OXYPLOT_NET_ASSEMBLY):
+       xbuild OxyPlotMono.sln
+
+all: $(OXYPLOT_NET_ASSEMBLY)
+
+CLEANFILES = $(OXYPLOT_NET_ASSEMBLY)


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