[gnome-games] libgames-support: [build] Only use eggdesktopfile on x11
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] libgames-support: [build] Only use eggdesktopfile on x11
- Date: Tue, 23 Jun 2009 07:01:27 -0400 (EDT)
commit 189d2f69a14e807a5cb205c0215e8ceb9d7b3387
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 97e97b5..ae8c3c0 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -157,8 +157,6 @@ libgames_support_la_LIBADD = \
if WITH_SMCLIENT
libgames_support_la_SOURCES += \
- eggdesktopfile.c \
- eggdesktopfile.h \
eggsmclient.c \
eggsmclient.h \
eggsmclient-private.h \
@@ -167,7 +165,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]