summaryrefslogtreecommitdiff
path: root/src/examples/evas/evas-3d-pick.c
diff options
context:
space:
mode:
authorse.osadchy <se.osadchy@samsung.com>2015-04-15 12:16:48 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-15 12:16:51 +0200
commit7eab0e16037a5e3a0979cfb02f707e051540a081 (patch)
treea32507658340901e2e4a6ddc1bfd53dda921e4dc /src/examples/evas/evas-3d-pick.c
parente891c56f60280c3db6d95833326b78dda7ea0edb (diff)
downloadefl-7eab0e16037a5e3a0979cfb02f707e051540a081.tar.gz
evas: fix compilation in the Evas 3D examples.
Summary: Fix compilation line. Reviewers: Hermet, raster, cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2340 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/examples/evas/evas-3d-pick.c')
-rw-r--r--src/examples/evas/evas-3d-pick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas/evas-3d-pick.c b/src/examples/evas/evas-3d-pick.c
index 49eda2ce20..16b380c667 100644
--- a/src/examples/evas/evas-3d-pick.c
+++ b/src/examples/evas/evas-3d-pick.c
@@ -6,7 +6,7 @@
* and parameters which can be got from this function.
*
* @verbatim
- * gcc -o evas-3d-pick evas-3d-pick.c evas-3d-primitives.c `pkg-config --libs --cflags evas ecore ecore-evas eo` -lm
+ * gcc -o evas-3d-pick evas-3d-pick.c evas-3d-primitives.c `pkg-config --libs --cflags efl evas ecore ecore-evas eo` -lm
* @endverbatim
*/