elementary: add some examples and a better explanation to elm_bg.
[framework/uifw/elementary.git] / src / examples / Makefile.am
index a0bf8fb..8df3835 100644 (file)
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
 -I. \
 -I$(top_srcdir)/src/lib \
 -I$(top_builddir)/src/lib \
+-DPACKAGE_DATA_DIR="\"$(datadir)/elementary\"" \
 @ELEMENTARY_EDBUS_CFLAGS@ \
 @ELEMENTARY_EFREET_CFLAGS@ \
 @ELEMENTARY_ETHUMB_CFLAGS@ \
@@ -15,7 +16,10 @@ LDADD = \
        $(top_builddir)/src/lib/libelementary.la
 
 SRCS = \
-       actionslider_example_01.c
+       actionslider_example_01.c \
+       bg_example_01.c \
+       bg_example_02.c \
+       bg_example_03.c
 
 pkglib_PROGRAMS =
 
@@ -26,6 +30,10 @@ endif
 
 if EFL_BUILD_EXAMPLES
 pkglib_PROGRAMS += \
-       actionslider_example_01
+       actionslider_example_01 \
+       bg_example_01 \
+       bg_example_02 \
+       bg_example_03
+
 endif