[gnome-session] [build] Correctly use CFLAGS and LIBS for SM/ICE build flags
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-session] [build] Correctly use CFLAGS and LIBS for SM/ICE build flags
- Date: Mon, 29 Jun 2009 21:03:27 +0000 (UTC)
commit 6532e037e0f0a6d4db3d846fbdbd9da27f941d4c
Author: Vincent Untz <vuntz gnome org>
Date: Mon Jun 29 23:01:32 2009 +0200
[build] Correctly use CFLAGS and LIBS for SM/ICE build flags
Thanks to Daniel Macks <dmacks netspace org> for noticing.
http://bugzilla.gnome.org/show_bug.cgi?id=585667
egg/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/egg/Makefile.am b/egg/Makefile.am
index a9a7a62..0ce07c5 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -12,8 +12,8 @@ INCLUDES = \
-DG_LOG_DOMAIN=\""EggSMClient"\" \
$(platform_defines) \
$(EGG_SMCLIENT_CFLAGS) \
- $(SM_LIBS) \
- $(ICE_LIBS) \
+ $(SM_CFLAGS) \
+ $(ICE_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS)
@@ -23,6 +23,8 @@ noinst_LTLIBRARIES = \
libeggsmclient_la_LIBADD = \
$(EGG_SMCLIENT_LIBS) \
+ $(SM_LIBS) \
+ $(ICE_LIBS) \
$(platform_libs)
libeggsmclient_la_SOURCES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]