[elementary] Documenting/exemplifying the following:
[framework/uifw/elementary.git] / src / examples / Makefile.am
index eadbc10..d484908 100644 (file)
@@ -45,6 +45,7 @@ SRCS = \
        general_funcs_example.c \
        theme_example_01.c \
        theme_example_02.c \
+       clock_example.c \
        theme_example.edc
 
 pkglib_PROGRAMS =
@@ -82,6 +83,7 @@ pkglib_PROGRAMS += \
        general_funcs_example \
        theme_example_01 \
        theme_example_02 \
+       clock_example \
        theme_example.edj
 
 # This variable will hold the list of screenshots that will be made
@@ -98,7 +100,8 @@ SCREENSHOTS = \
        animator_example_01:animator_example_02.png:0.5 \
        animator_example_01:animator_example_03.png:0.9 \
        frame_example_01:frame_example_01.png:0.0 \
-       theme_example_01:theme_example_01.png:0.0
+       theme_example_01:theme_example_01.png:0.0 \
+       clock_example:clock_example.png:0.5
 
 screenshots: all
        @mkdir -p $(top_srcdir)/doc/img/screenshots