From 3573eb72e4df9df6e502ed6418425b08ea88e1f6 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 09 Feb 2009 17:08:22 +0000 Subject: Fix smclient libs on cycgwin. See bug #339172. 2009-02-09 Carlos Garcia Campos * configure.ac: * cut-n-paste/smclient/Makefile.am: Fix smclient libs on cycgwin. See bug #339172. svn path=/trunk/; revision=3425 --- (limited to 'cut-n-paste/smclient') 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 \ -- cgit v0.9.1