2003-12-02 07:10:28 -05:00
|
|
|
INCLUDES = -I@top_srcdir@/c/xlib -I@top_srcdir@/c/libs -I@x_includes@ \
|
|
|
|
-I@top_srcdir@/c -I@scsh_includes@
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libscxxft.la
|
|
|
|
|
2004-02-11 17:03:12 -05:00
|
|
|
if WITH_XFT
|
|
|
|
xft_sources = xft.c xrender.c
|
|
|
|
xft_libadd = -lXft
|
|
|
|
endif
|
|
|
|
|
2003-12-02 07:10:28 -05:00
|
|
|
libscxxft_la_SOURCES = \
|
2004-02-11 17:03:12 -05:00
|
|
|
$(xft_sources)
|
2003-12-02 07:10:28 -05:00
|
|
|
|
2004-02-11 17:03:12 -05:00
|
|
|
libscxxft_la_LIBADD = $(X_LIBS) $(xft_libadd)
|
2003-12-02 07:10:28 -05:00
|
|
|
libscxxft_la_LDFLAGS= -avoid-version -module
|