[gnome-games/gsoc-seed-games] libgames-support: [build] Only use eggdesktopfile on x11



commit 08669460605fa8000b5979d34f7333a86c896001
Author: Christian Persch <chpe gnome org>
Date:   Sun Jun 14 15:48:04 2009 +0200

    libgames-support: [build] Only use eggdesktopfile on x11

 libgames-support/Makefile.am |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 02c49fb..6b9c507 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -158,8 +158,6 @@ libgames_support_la_LIBADD = 	\
 
 if WITH_SMCLIENT
 libgames_support_la_SOURCES += \
-	eggdesktopfile.c \
-	eggdesktopfile.h \
 	eggsmclient.c \
 	eggsmclient.h \
 	eggsmclient-private.h \
@@ -168,7 +166,11 @@ libgames_support_la_CFLAGS += $(SMCLIENT_CFLAGS)
 libgames_support_la_LIBADD += $(SMCLIENT_LIBS)
 
 if WITH_SMCLIENT_XSMP
-libgames_support_la_SOURCES += eggsmclient-xsmp.c
+libgames_support_la_SOURCES += \
+	eggdesktopfile.c \
+	eggdesktopfile.h \
+	eggsmclient-xsmp.c \
+	$(NULL)
 libgames_support_la_CPPFLAGS += -DEGG_SM_CLIENT_BACKEND_XSMP
 endif
 if WITH_SMCLIENT_WIN32



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