Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/smclient
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-02-09 17:08:22 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-02-09 17:08:22 (GMT)
commit3573eb72e4df9df6e502ed6418425b08ea88e1f6 (patch)
treef08c74db5212dd704f55801332cc4542efb399a3 /cut-n-paste/smclient
parent3778f7343c731ade16492fba1b0a6d9c397c9854 (diff)
Fix smclient libs on cycgwin. See bug #339172.
2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/smclient/Makefile.am: Fix smclient libs on cycgwin. See bug #339172. svn path=/trunk/; revision=3425
Diffstat (limited to 'cut-n-paste/smclient')
-rw-r--r--cut-n-paste/smclient/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/cut-n-paste/smclient/Makefile.am b/cut-n-paste/smclient/Makefile.am
index 7cc76bc..4493922 100644
--- a/cut-n-paste/smclient/Makefile.am
+++ b/cut-n-paste/smclient/Makefile.am
@@ -1,9 +1,8 @@
noinst_LTLIBRARIES = libsmclient.la
-if PLATFORM_WIN32
+if OS_WIN32
platform_sources = eggsmclient-win32.c
else
-platform_libs = -lSM -lICE
platform_sources = \
eggsmclient-xsmp.c \
eggdesktopfile.c \
@@ -24,9 +23,7 @@ libsmclient_la_CFLAGS = \
$(WARNING_CFLAGS) \
$(DISABLE_DEPRECATED)
-libsmclient_la_LIBADD = \
- $(SMCLIENT_LIBS) \
- $(platform_libs)
+libsmclient_la_LIBADD = $(SMCLIENT_LIBS)
EXTRA_DIST = \
eggsmclient-win32.c \