my_libs is gone.

SVN revision: 16496
This commit is contained in:
sebastid 2005-09-03 19:58:13 +00:00 committed by sebastid
parent fd37cb5ac3
commit 92998025ae
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 -lemotion @my_libs@ @dlopen_libs@
echo $libdirs -lemotion @EVAS_LIBS@ @ECORE_LIBS@ @dlopen_libs@
;;
*)
echo "${usage}" 1>&2