[longomatch] Fix makefiles



commit d6309022929cfcd2380e8e7f5b731e44cf51ab0d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Mar 23 11:12:09 2015 +0100

    Fix makefiles

 Makefile.am                |    2 +-
 build/build.environment.mk |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ef07cfd..6f17adf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,12 +17,12 @@ SUBDIRS = \
        LongoMatch.Multimedia \
        LongoMatch.Drawing \
        LongoMatch.Drawing.Cairo \
+       LongoMatch.Services \
        LongoMatch.GUI.Helpers \
        LongoMatch.GUI.Multimedia \
        LongoMatch.GUI \
        LongoMatch.Plugins \
        LongoMatch.Plugins.Stats \
-       LongoMatch.Services \
        LongoMatch \
        po
 
diff --git a/build/build.environment.mk b/build/build.environment.mk
index 3931842..2f3e936 100644
--- a/build/build.environment.mk
+++ b/build/build.environment.mk
@@ -68,6 +68,7 @@ REF_DEP_LONGOMATCH_GUI_MULTIMEDIA = \
                      $(LINK_LONGOMATCH_CORE) \
                      $(LINK_LONGOMATCH_MULTIMEDIA) \
                      $(LINK_LONGOMATCH_GUI_HELPERS) \
+                     $(LINK_LONGOMATCH_SERVICES) \
                      $(LINK_LONGOMATCH_DRAWING) \
                      $(LINK_LONGOMATCH_DRAWING_CAIRO)
 


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