animation2: fix compile instruction
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 19 Sep 2017 08:00:35 +0000 (17:00 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 19 Sep 2017 08:00:35 +0000 (17:00 +0900)
Summary:
without it, it was failing with following error
/usr/bin/ld: /tmp/ccnjRcVr.o: undefined reference to symbol 'evas_object_move'
//usr/lib64/libevas.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Test Plan: just try to compile it with and without.

Reviewers: jpeg

Reviewed By: jpeg

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5182

src/examples/edje/animations2.c

index e33f0e7..47cfc31 100644 (file)
@@ -1,5 +1,5 @@
 //Compile with:
-// edje_cc animations2.edc && gcc -o animations2 animations2.c `pkg-config --libs --cflags ecore ecore-evas edje`
+// edje_cc animations2.edc && gcc -o animations2 animations2.c `pkg-config --libs --cflags ecore ecore-evas edje evas`
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"