Fixes compilation instructions of examples to work on ubuntu.
[framework/uifw/elementary.git] / src / examples / scroller_example_01.c
index 1e17a13..782892b 100644 (file)
@@ -1,5 +1,5 @@
 //Compile with:
-//gcc -g `pkg-config --cflags --libs elementary` scroller_example_01.c -o scroller_example_01
+//gcc -g scroller_example_01.c -o scroller_example_01 `pkg-config --cflags --libs elementary`
 
 #include <Elementary.h>