[longomatch] Add missing files to the makefiles



commit f499db52115d539ce599b2642e2f3c0361c9cbf7
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Mar 13 10:52:04 2015 +0100

    Add missing files to the makefiles

 LongoMatch.Core/Makefile.am     |    2 ++
 LongoMatch.Services/Makefile.am |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Makefile.am b/LongoMatch.Core/Makefile.am
index f8fc8be..033e372 100644
--- a/LongoMatch.Core/Makefile.am
+++ b/LongoMatch.Core/Makefile.am
@@ -50,6 +50,8 @@ SOURCES = Common/Area.cs \
        Interfaces/IPlaylistElement.cs \
        Interfaces/IProjectsImporter.cs \
        Interfaces/IRenderingJobsManager.cs \
+       Interfaces/IStorable.cs \
+       Interfaces/IStorage.cs \
        Interfaces/ITemplates.cs \
        Interfaces/ITemplatesService.cs \
        Interfaces/Multimedia/ICapturer.cs \
diff --git a/LongoMatch.Services/Makefile.am b/LongoMatch.Services/Makefile.am
index cb1d026..cc602f5 100644
--- a/LongoMatch.Services/Makefile.am
+++ b/LongoMatch.Services/Makefile.am
@@ -7,6 +7,7 @@ SOURCES = Services/CoreServices.cs \
        Services/DataBaseManager.cs \
        Services/EventsManager.cs \
        Services/FileDB.cs \
+       Services/FileStorage.cs \
        Services/HotKeysManager.cs \
        Services/PlaylistManager.cs \
        Services/ProjectsManager.cs \


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