Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste')
-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 \