From b91b8fa2b38730dfcd6b384d47b4efa7b2da3f07 Mon Sep 17 00:00:00 2001 From: lucas Date: Tue, 17 Aug 2010 03:59:29 +0000 Subject: [PATCH] eina-0 is no more, check for the right package name git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/eina_convert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eina_convert.c b/src/lib/eina_convert.c index 142bfd7..1db4a92 100644 --- a/src/lib/eina_convert.c +++ b/src/lib/eina_convert.c @@ -211,7 +211,7 @@ eina_convert_shutdown(void) * Compile this code with the following command: * * @code - * gcc -Wall -o test_eina_convert test_eina.c `pkg-config --cflags --libs eina-0` + * gcc -Wall -o test_eina_convert test_eina.c `pkg-config --cflags --libs eina` * @endcode * * @note @@ -280,7 +280,7 @@ eina_convert_shutdown(void) * Compile this code with the following command: * * @code - * gcc -Wall -o test_eina_convert test_eina.c `pkg-config --cflags --libs eina-0` -lm + * gcc -Wall -o test_eina_convert test_eina.c `pkg-config --cflags --libs eina` -lm * @endcode * * @{ -- 2.7.4