2008-08-06 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / examples / Makefile.am
index f99ceab..9020b84 100644 (file)
@@ -54,7 +54,8 @@ noinst_PROGRAMS                               = hildon-window-example                         \
                                          hildon-picker-button-example                  \
                                          hildon-picker-button-multicolumn-example      \
                                          hildon-time-button-example                    \
-                                         hildon-touch-selector-example
+                                         hildon-touch-selector-example                 \
+                                         hildon-touch-selector-entry-example
 
 # Hildon window
 hildon_window_example_LDADD            = $(HILDON_OBJ_LIBS)
@@ -326,4 +327,9 @@ hildon_touch_selector_example_LDADD = $(HILDON_OBJ_LIBS)
 hildon_touch_selector_example_CFLAGS   = $(HILDON_OBJ_CFLAGS)
 hildon_touch_selector_example_SOURCES  = hildon-touch-selector-example.c
 
+# Hildon touch selector with entry
+hildon_touch_selector_entry_example_LDADD      = $(HILDON_OBJ_LIBS)
+hildon_touch_selector_entry_example_CFLAGS     = $(HILDON_OBJ_CFLAGS)
+hildon_touch_selector_entry_example_SOURCES    = hildon-touch-selector-entry-example.c
+
 endif