Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        edje-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/edje/edje-config.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edje-config.in      11 Jun 2006 22:37:23 -0000      1.6
+++ edje-config.in      7 Aug 2006 20:26:33 -0000       1.7
@@ -46,7 +46,7 @@
       ;;
     --libs)
       [EMAIL PROTECTED]@
-      echo $libdirs -ledje
+      echo $libdirs -ledje @EVAS_LIBS@ @ECORE_LIBS@ @EET_LIBS@ @EMBRYO_LIBS@ 
@fnmatch_libs@ -lm
       ;;
     --datadir)
       echo @prefix@/share/edje



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