SVN revision: 16504
This commit is contained in:
sebastid 2005-09-03 22:57:35 +00:00 committed by sebastid
parent ba50f7e604
commit ebdf5540e3
1 changed files with 2 additions and 3 deletions

View File

@ -42,11 +42,10 @@ while test $# -gt 0; do
echo @VERSION@ echo @VERSION@
;; ;;
--cflags) --cflags)
includes=@evas_cflags@
if test @includedir@ != /usr/include ; then if test @includedir@ != /usr/include ; then
includes="$includes -I@includedir@" includes="-I@includedir@"
fi fi
echo $includes echo $includes @evas_cflags@
;; ;;
--libs) --libs)
libdirs=-L@libdir@ libdirs=-L@libdir@