From 92998025ae38cea123ad12eaebe3622caebbd5dc Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 3 Sep 2005 19:58:13 +0000 Subject: [PATCH] my_libs is gone. SVN revision: 16496 --- legacy/emotion/emotion-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/emotion-config.in b/legacy/emotion/emotion-config.in index 15ea82f557..b1753158e9 100644 --- a/legacy/emotion/emotion-config.in +++ b/legacy/emotion/emotion-config.in @@ -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