Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        evas-config.in 


Log Message:


add lib deps back in - seemingly i found a modern gcc/ld that doesnt seem to
handle shared lib deps... weird.

===================================================================
RCS file: /cvs/e/e17/libs/evas/evas-config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas-config.in      11 Jun 2006 22:37:24 -0000      1.10
+++ evas-config.in      7 Aug 2006 20:26:33 -0000       1.11
@@ -46,7 +46,7 @@
       ;;
     --libs)
       [EMAIL PROTECTED]@
-      echo $libdirs -levas
+      echo $libdirs -levas @dlopen_libs@ @eet_libs@ @FREETYPE_LIBS@ 
@FONTCONFIG_LIBS@
       ;;
     *)
       echo "${usage}" 1>&2



-------------------------------------------------------------------------
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