From 31c852ca9d9d5db0cac3b4e96f2bca5679ce2044 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 17 Dec 2012 23:46:18 +0000 Subject: [PATCH] elm location_example_01.c: Fixed a build command of location example. SVN revision: 81197 --- legacy/elementary/src/examples/location_example_01.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/examples/location_example_01.c b/legacy/elementary/src/examples/location_example_01.c index c6282af6cd..8645912491 100644 --- a/legacy/elementary/src/examples/location_example_01.c +++ b/legacy/elementary/src/examples/location_example_01.c @@ -1,5 +1,5 @@ //Compile with: -//gcc -o location_example_01 location_example_01.c -g `pkg-config --cflags --libs elementary` +//gcc -o location_example_01 location_example_01.c -g `pkg-config --cflags --libs elementary elocation` #include #ifdef ELM_ELOCATION