Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart


Modified Files:
        configure.in 


Log Message:
* Add missing include directives.
* Don't add libs directly, use subst

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/esmart/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        3 Sep 2005 19:30:06 -0000       1.8
+++ configure.in        3 Sep 2005 22:17:12 -0000       1.9
@@ -58,6 +58,10 @@
   [ ],
   [ AC_MSG_ERROR(Cannot find ecore: Is ecore-config in path?) ]
 )
+ECORE_LIBS_X=`$ECORE_CONFIG --libs-x`
+ECORE_LIBS_EVAS=`$ECORE_CONFIG --libs-evas`
+AC_SUBST(ECORE_LIBS_X)
+AC_SUBST(ECORE_LIBS_EVAS)
 
 AC_PATH_GENERIC(imlib2, 1.0.0,
   [ ],




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to