swi-prolog: update to 9.2.9
[oi-userland.git] / components / x11 / libX11 / srcs / modules / lc / gb18030 / Makefile.am
blob4a84b29bd307adb75d8c8d18e754d9b74c466e23
1 AM_CFLAGS= \
2         -I$(top_srcdir)/include \
3         -I$(top_srcdir)/include/X11 \
4         -I$(top_builddir)/include \
5         -I$(top_builddir)/include/X11 \
6         -I$(top_srcdir)/src/xcms \
7         -I$(top_srcdir)/src/xkb \
8         -I$(top_srcdir)/src/xlibi18n \
9         $(X11_CFLAGS) \
10         $(BIGFONT_CFLAGS) \
11         $(XDMCP_CFLAGS) \
12         -D_BSD_SOURCE
14 if XLIB_LOADABLE_I18N
16 commonlibdir = $(X11_LOCALELIBDIR)/common
17 commonlib_LTLIBRARIES=xlcGB18030.la
18 xlcGB18030_la_LDFLAGS = -module -version-number 2:0:0
19 xlcGB18030_la_LIBADD = $(I18N_MODULE_LIBS)
21 else
23 noinst_LTLIBRARIES = libxlcGB18030.la
25 endif
27 xlcGB18030_la_SOURCES = \
28         lcGB18030.c
30 libxlcGB18030_la_SOURCES = $(xlcGB18030_la_SOURCES)