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@ echo @VERSION@
;; ;;
--cflags) --cflags)
includes=-I@includedir@/enlightenment includes="-I@includedir@ -I@includedir@/enlightenment"
echo $includes echo $includes
;; ;;
--libs) --libs)
libdirs=-L@libdir@ libdirs="-L@libdir@ -le"
echo $libdirs echo $libdirs
;; ;;
*) *)