[gnome-games] libgames-support: Only build games-files when building the full library



commit 315963a4e293783b27379152bd54388349660244
Author: Christian Persch <chpe gnome org>
Date:   Wed Jul 8 13:50:12 2009 +0200

    libgames-support: Only build games-files when building the full library
    
    It's unused in aisleriot, so don't build it when only building
    aisleriot.

 libgames-support/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index a780f73..b68028a 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -39,8 +39,6 @@ libgames_support_la_SOURCES =		\
 	games-conf.h			\
 	games-debug.c			\
 	games-debug.h			\
-	games-files.c			\
-	games-files.h			\
 	games-help.c			\
 	games-help.h			\
 	games-profile.c			\
@@ -73,6 +71,8 @@ endif # !HAVE_HILDON
 
 if LIBGAMES_SUPPORT_FULL
 libgames_support_la_SOURCES +=		\
+	games-files.c			\
+	games-files.h			\
 	games-frame.c			\
 	games-frame.h			\
 	games-gridframe.c		\



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