animation2: fix compile instruction

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
This commit is contained in:
Jean-Philippe Andre 2017-09-19 17:00:35 +09:00
parent 4f8fe4889f
commit d3cf6093aa
1 changed files with 1 additions and 1 deletions

View 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"