[longomatch/redesign3: 56/143] Fix makefile and monodevelop project



commit 78ccc934816f9b957ed6743c56d88384d7ffa068
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Jan 29 16:43:50 2011 +0100

    Fix makefile and monodevelop project

 LongoMatch/LongoMatch.mdp |    4 ++--
 LongoMatch/Makefile.am    |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch/LongoMatch.mdp b/LongoMatch/LongoMatch.mdp
index c5e0d11..e004426 100644
--- a/LongoMatch/LongoMatch.mdp
+++ b/LongoMatch/LongoMatch.mdp
@@ -196,12 +196,12 @@
     <File subtype="Directory" buildaction="Compile" name="Time" />
     <File subtype="Code" buildaction="Compile" name="Store/TimeNode.cs" />
     <File subtype="Directory" buildaction="Compile" name="Time" />
-    <File subtype="Code" buildaction="Compile" name="Store/Templates/CategoriesTemplate.cs" />
     <File subtype="Code" buildaction="Compile" name="Store/Templates/TeamTemplate.cs" />
     <File subtype="Code" buildaction="Compile" name="IO/XMLReader.cs" />
     <File subtype="Code" buildaction="Compile" name="Common/SerializableObject.cs" />
     <File subtype="Code" buildaction="Compile" name="Store/SubCategory.cs" />
-    <File subtype="Code" buildaction="Compile" name="Store/Templates/SubCategoriesTemplates.cs" />
+    <File subtype="Code" buildaction="Compile" name="Store/Templates/SubCategoriesTemplate.cs" />
+    <File subtype="Code" buildaction="Compile" name="Store/Templates/CategoriesTemplate.cs" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
diff --git a/LongoMatch/Makefile.am b/LongoMatch/Makefile.am
index 82d4731..26481cd 100644
--- a/LongoMatch/Makefile.am
+++ b/LongoMatch/Makefile.am
@@ -131,6 +131,7 @@ SOURCES = \
 	Playlist/IPlayList.cs \
 	Playlist/PlayList.cs \
 	Store/Category.cs \
+	Store/SubCategory.cs \
 	Store/Drawing.cs \
 	Store/DrawingsList.cs \
 	Store/HotKey.cs \
@@ -144,7 +145,7 @@ SOURCES = \
 	Store/Time.cs \
 	Store/TimeNode.cs \
 	Store/Templates/CategoriesTemplate.cs \
-	Store/Templates/TagsTemplate.cs \
+	Store/Templates/SubCategoriesTemplate.cs \
 	Store/Templates/TeamTemplate.cs \
 	Updates/Updater.cs \
 	Updates/XmlUpdateParser.cs \



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