[longomatch/gameunits] update makefiles



commit b90471241e41d8eef6e607dc7c1c174c0e0b6d20
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Nov 23 23:02:40 2011 +0100

    update makefiles

 LongoMatch.Core/Makefile.am |    1 +
 LongoMatch.GUI/Makefile.am  |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Core/Makefile.am b/LongoMatch.Core/Makefile.am
index efd2da3..0f83237 100644
--- a/LongoMatch.Core/Makefile.am
+++ b/LongoMatch.Core/Makefile.am
@@ -27,6 +27,7 @@ SOURCES = \
 	Interfaces/IRenderingJobsManager.cs \
 	Interfaces/ISubCategory.cs \
 	Interfaces/ITag.cs \
+	Interfaces/ITimelineNode.cs \
 	Interfaces/ITemplates.cs \
 	Interfaces/ITemplatesService.cs \
 	Store/Category.cs \
diff --git a/LongoMatch.GUI/Makefile.am b/LongoMatch.GUI/Makefile.am
index 1a2b7be..f42755c 100644
--- a/LongoMatch.GUI/Makefile.am
+++ b/LongoMatch.GUI/Makefile.am
@@ -5,6 +5,7 @@ LINK = $(REF_DEP_LONGOMATCH_GUI)
 
 SOURCES = \
 	gtk-gui/generated.cs \
+	gtk-gui/LongoMatch.Gui.Base.TemplatesEditorBase.cs \
 	gtk-gui/LongoMatch.Gui.Component.ButtonsWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.CategoryProperties.cs \
 	gtk-gui/LongoMatch.Gui.Component.DrawingToolBox.cs \
@@ -25,7 +26,6 @@ SOURCES = \
 	gtk-gui/LongoMatch.Gui.Component.TaggerWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.TagsTreeWidget.cs \
 	gtk-gui/LongoMatch.Gui.Component.TeamTaggerWidget.cs \
-	gtk-gui/LongoMatch.Gui.Component.TemplatesEditorBase.cs \
 	gtk-gui/LongoMatch.Gui.Component.TimeLineWidget.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.BusyDialog.cs \
 	gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs \
@@ -53,6 +53,7 @@ SOURCES = \
 	gtk-gui/LongoMatch.Gui.Popup.CalendarPopup.cs \
 	gtk-gui/LongoMatch.Gui.Popup.TransparentDrawingArea.cs \
 	Gui/Base/TimeScaleBase.cs \
+	Gui/Base/TemplatesEditorBase.cs \
 	Gui/Component/ButtonsWidget.cs \
 	Gui/Component/CategoriesScale.cs \
 	Gui/Component/CategoriesTemplateEditor.cs \
@@ -76,7 +77,6 @@ SOURCES = \
 	Gui/Component/TagsTreeWidget.cs \
 	Gui/Component/TeamTaggerWidget.cs \
 	Gui/Component/TeamTemplateEditor.cs \
-	Gui/Component/TemplatesEditorBase.cs \
 	Gui/Component/TimeLineWidget.cs \
 	Gui/Component/TimeReferenceWidget.cs \
 	Gui/Component/TimeScale.cs \



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