Mercurial > audlegacy
view src/libeggsmclient/Makefile @ 4650:31a4cc265f31
Removed the deprecated set_eq() function from InputPlugin and other places.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 16 Jun 2008 06:37:18 +0300 |
parents | 171e3b90d718 |
children | d834d2df8d7c |
line wrap: on
line source
ifdef PLATFORM_WIN32 platform_sources = eggsmclient-win32.c platform_defines = platform_libs = else platform_sources = eggsmclient-xsmp.c \ eggdesktopfile.c platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP ${SM_CFLAGS} platform_libs = ${SM_LIBS} endif STATIC_LIB_NOINST = libeggsmclient.a SRCS = eggsmclient.c \ ${platform_sources} include ../../buildsys.mk include ../../extra.mk CFLAGS += ${INCLUDES} ${GLIB_CFLAGS} ${GTK_CFLAGS} -I../.. -I. ${platform_defines} LIBS += ${GLIB_LIBS} ${GTK_LIBS} ${platform_libs} CPPFLAGS += ${CFLAGS}