eina-0 is no more, check for the right package name
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Aug 2010 03:59:29 +0000 (03:59 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 17 Aug 2010 03:59:29 +0000 (03:59 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51235 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_convert.c

index 142bfd7..1db4a92 100644 (file)
@@ -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
  *
  * @{