Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        ewl-config.in 


Log Message:
- add --test-lib-dir and --test-src-dir

===================================================================
RCS file: /cvs/e/e17/libs/ewl/ewl-config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl-config.in       26 Apr 2006 00:43:12 -0000      1.10
+++ ewl-config.in       11 May 2006 21:37:58 -0000      1.11
@@ -5,7 +5,7 @@
 exec_prefix_set=no
 
 usage="\
-Usage: ewl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] 
[--cflags]"
+Usage: ewl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] 
[--cflags] [--test-lib-dir] [--test-src-dir]"
 
 if test $# -eq 0; then
       echo "${usage}" 1>&2
@@ -47,6 +47,12 @@
     --libs)
       [EMAIL PROTECTED]@
       echo $libdirs -lewl @EMOTION_LIBS@ @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ 
@EPSILON_LIBS@ -lm
+      ;;
+    --test-lib-dir)
+      echo @libdir@/ewl/tests
+      ;;
+    --test-src-dir)
+      echo @prefix@/share/ewl/examples
       ;;
     *)
       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