[longomatch] Fix makefiles



commit 541cfefde82f13f78cfd161139c9bb5b4758f94f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Aug 26 12:15:30 2014 +0200

    Fix makefiles

 LongoMatch.Core/Makefile.am |    1 -
 LongoMatch.GUI/Makefile.am  |    1 -
 build/build.environment.mk  |    1 +
 3 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Core/Makefile.am b/LongoMatch.Core/Makefile.am
index 30eacc0..f451b44 100644
--- a/LongoMatch.Core/Makefile.am
+++ b/LongoMatch.Core/Makefile.am
@@ -49,7 +49,6 @@ SOURCES = Common/Area.cs \
        Interfaces/IRenderingJobsManager.cs \
        Interfaces/ITemplates.cs \
        Interfaces/ITemplatesService.cs \
-       Interfaces/ITimelineNode.cs \
        Interfaces/Multimedia/ICapturer.cs \
        Interfaces/Multimedia/IDiscoverer.cs \
        Interfaces/Multimedia/IFramesCapturer.cs \
diff --git a/LongoMatch.GUI/Makefile.am b/LongoMatch.GUI/Makefile.am
index df94b7d..148e202 100644
--- a/LongoMatch.GUI/Makefile.am
+++ b/LongoMatch.GUI/Makefile.am
@@ -70,7 +70,6 @@ SOURCES = Gui/Cairo.cs \
        Gui/Panel/WelcomePanel.cs \
        Gui/TransparentDrawingArea.cs \
        Gui/TreeView/CategoriesFilterTreeView.cs \
-       Gui/TreeView/CategoriesTreeView.cs \
        Gui/TreeView/FilterBaseView.cs \
        Gui/TreeView/ListTreeViewBase.cs \
        Gui/TreeView/PlayListTreeView.cs \
diff --git a/build/build.environment.mk b/build/build.environment.mk
index b2403c8..48c0d17 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -90,6 +90,7 @@ REF_DEP_LONGOMATCH_GUI = \
 REF_DEP_LONGOMATCH_DRAWING = \
                      $(LINK_SYSTEM) \
                      $(LINK_SYSTEM_CORE) \
+                     $(LINK_MONO_POSIX) \
                      $(LINK_LONGOMATCH_CORE)
 
 REF_DEP_LONGOMATCH_DRAWING_CAIRO = \


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