ecore: Fix linking of xim module

SVN revision: 62301
This commit is contained in:
Mike McCormack 2011-08-10 15:20:29 +00:00
parent 2d55002bfd
commit 68ecfd8183
1 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,10 @@ pkgdir = $(libdir)/ecore/immodules
pkg_LTLIBRARIES = xim.la
xim_la_SOURCES = \
ecore_imf_xim.c
xim_la_LIBADD = $(top_builddir)/src/lib/ecore_imf/libecore_imf.la $(top_builddir)/src/lib/ecore_x/libecore_x.la
xim_la_LIBADD = \
$(top_builddir)/src/lib/ecore_imf/libecore_imf.la \
$(top_builddir)/src/lib/ecore_x/libecore_x.la \
@x_libs@ \
@EINA_LIBS@
xim_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
xim_la_LIBTOOLFLAGS = --tag=disable-static