Enlightenment CVS committal

Author  : sndev
Project : e_modules
Module  : language

Dir     : e_modules/language/src/module


Modified Files:
        Makefile.am 


Log Message:

a patch from Takayuki Yamaguchi.

===================================================================
RCS file: /cvs/e/e_modules/language/src/module/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 17 May 2006 22:26:00 -0000      1.2
+++ Makefile.am 3 Sep 2006 15:29:38 -0000       1.3
@@ -1,7 +1,7 @@
 INCLUDES               = -I. \
                          -I$(top_srcdir) \
                          -I$(includedir) \
-                         @e_cflags@
+                         @e_cflags@ @exml_cflags@
 
 pkgdir                 = $(datadir)/$(MODULE_ARCH)
 pkg_LTLIBRARIES                = module.la
@@ -13,7 +13,7 @@
                          e_mod_keybindings.h \
                          e_mod_lang.c \
                          e_mod_lang.h
-module_la_LIBADD       = @e_libs@ -lexml -lxkbfile -lX11
+module_la_LIBADD       = @e_libs@ @exml_libs@ -lxkbfile -lX11
 module_la_LDFLAGS      = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to