diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-15 04:08:51 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-15 04:08:51 +0000 |
commit | 6d84a8b1329af1fcfe86b198f1a6e7dd6ff616c3 (patch) | |
tree | 926bebe5037dbc1115971a7275d0685cf91423c6 /modules/im | |
parent | 45f40126a73295345bb5eb187b1167874842ab6e (diff) |
Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable).
Link i18n modules against xlib to resolve Xlib symbols used by them.
Diffstat (limited to 'modules/im')
-rw-r--r-- | modules/im/ximcp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/im/ximcp/Makefile.am b/modules/im/ximcp/Makefile.am index 46c0f6b..51ada41 100644 --- a/modules/im/ximcp/Makefile.am +++ b/modules/im/ximcp/Makefile.am @@ -17,6 +17,7 @@ if XLIB_LOADABLE_I18N commonlibdir = $(X11_LOCALELIBDIR)/common commonlib_LTLIBRARIES=ximcp.la ximcp_la_LDFLAGS = -module -version-number 2:0:0 +ximcp_la_LIBADD = $(I18N_MODULE_LIBS) else |