Fix enlightenment-config to include libe

SVN revision: 12809
This commit is contained in:
handyande 2005-01-07 11:48:58 +00:00 committed by handyande
parent ea1ab0ef64
commit f7c0de4964
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ while test $# -gt 0; do
echo @VERSION@
;;
--cflags)
includes=-I@includedir@/enlightenment
includes="-I@includedir@ -I@includedir@/enlightenment"
echo $includes
;;
--libs)
libdirs=-L@libdir@
libdirs="-L@libdir@ -le"
echo $libdirs
;;
*)