Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : proto

Dir     : e17/proto/emenu


Modified Files:
        configure.in Makefile.am 
Added Files:
        module_icon.png 


Log Message:
Add module_icon. Add exml as a dependency. Correct configure.in and Makefile.am 
for exml
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/emenu/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        27 Jan 2006 00:07:48 -0000      1.1
+++ configure.in        27 Jan 2006 00:43:36 -0000      1.2
@@ -170,6 +170,20 @@
 AC_SUBST(eet_cflags)
 AC_SUBST(eet_libs)
 
+AC_ARG_WITH(exml-config,
+[  --with-exml-config=EXML_CONFIG      use exml-config specified ],
+[
+  EXML_CONFIG=$withval;
+  echo "using "$EXML_CONFIG" for exml-config";
+],[
+  PROG="exml-config";
+  AC_PATH_PROG(EXML_CONFIG, $PROG, "", $PATH)
+])
+exml_cflags=`$EXML_CONFIG --cflags`
+exml_libs=`$EXML_CONFIG --libs`
+AC_SUBST(exml_cflags)
+AC_SUBST(exml_libs)
+
 AC_ARG_WITH(enlightenment-config,
 [  --with-enlightenment-config=E_CONFIG    use enlightenment-config specified 
],
 [
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/emenu/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 27 Jan 2006 00:25:36 -0000      1.2
+++ Makefile.am 27 Jan 2006 00:43:36 -0000      1.3
@@ -11,13 +11,15 @@
 INCLUDES               = -I. \
                         -I$(top_srcdir) \
                         -I$(includedir) \
+                        @exml_cflags@ \
                         @e_cflags@
+                        
 pkgdir                 = $(datadir)/$(MODULE_ARCH)
 
 pkg_LTLIBRARIES        = module.la
 module_la_SOURCES      = e_mod_main.c \
                         e_mod_main.h
                         
-module_la_LIBADD       = @e_libs@
+module_la_LIBADD       = @exml_libs@ @e_libs@
 module_la_LDFLAGS      = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to