gnome-games r8553 - trunk/libgames-support



Author: chpe
Date: Sat Jan 10 17:22:21 2009
New Revision: 8553
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8553&view=rev

Log:
Add smclient cflags and libs. Possibly fixes bug #567020.

Modified:
   trunk/libgames-support/Makefile.am

Modified: trunk/libgames-support/Makefile.am
==============================================================================
--- trunk/libgames-support/Makefile.am	(original)
+++ trunk/libgames-support/Makefile.am	Sat Jan 10 17:22:21 2009
@@ -157,10 +157,12 @@
 	eggsmclient.h \
 	eggsmclient-private.h \
 	$(NULL)
+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_CPPFLAGS += -DEGG_SM_CLIENT_BACKEND_XSMP
-libgames_support_la_LIBADD += -lSM
 endif
 if WITH_SMCLIENT_WIN32
 libgames_support_la_SOURCES += eggsmclient-win32.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]