elm genlist example: Fixed build script.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69370
This commit is contained in:
Daniel Juyung Seo 2012-03-15 11:18:07 +00:00 committed by Daniel Juyung Seo
parent 4336ea833b
commit 6d3bdc4a82
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_01.c -o genlist_example_01
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_02.c -o genlist_example_02
#include <time.h>
#include <Elementary.h>

View File

@ -1,5 +1,5 @@
//Compile with:
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_04.c -o genlist_example_04
//gcc -g `pkg-config --cflags --libs elementary` genlist_example_05.c -o genlist_example_05
#include <Elementary.h>
#ifdef HAVE_CONFIG_H