evas-config needs to list EDB_LIBS, too

SVN revision: 28841
This commit is contained in:
tilman 2007-03-21 02:43:24 +00:00 committed by tilman
parent 0faaa1e432
commit 3b036332c6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ while test $# -gt 0; do
;;
--libs)
libdirs=-L@libdir@
echo $libdirs -levas @pthread_libs@ @dlopen_libs@ @EET_LIBS@ @FREETYPE_LIBS@ @FONTCONFIG_LIBS@
echo $libdirs -levas @pthread_libs@ @dlopen_libs@ @EDB_LIBS@ @EET_LIBS@ @FREETYPE_LIBS@ @FONTCONFIG_LIBS@
;;
*)
echo "${usage}" 1>&2