* src/hildon.h * src/hildon-remote-texture.c * src/hildon-remote-texture.h * src...
[hildon] / examples / Makefile.am
index 72d1b3e..efc840a 100644 (file)
@@ -35,7 +35,8 @@ EXAMPLES                              = hildon-window-example                         \
                                          hildon-touch-selector-example                 \
                                          hildon-touch-selector-multi-cells-example     \
                                          hildon-touch-selector-entry-example           \
-                                         hildon-progress-indicator-example
+                                         hildon-progress-indicator-example             \
+                                         hildon-remote-texture-example
 if USE_MAEMO_GTK
 MAEMO_GTK_EXAMPLES                      = hildon-pannable-area-touch-list-example      \
                                          hildon-pannable-area-touch-grid-example
@@ -441,4 +442,10 @@ hildon_progress_indicator_example_CFLAGS   = $(HILDON_OBJ_CFLAGS)                  \
                                                  $(EXTRA_CFLAGS)
 hildon_progress_indicator_example_SOURCES      = hildon-progress-indicator-example.c
 
+# Hildon remote texture
+hildon_remote_texture_example_LDADD            = $(HILDON_OBJ_LIBS)
+hildon_remote_texture_example_CFLAGS           = $(HILDON_OBJ_CFLAGS)                  \
+                                                 $(EXTRA_CFLAGS)
+hildon_remote_texture_example_SOURCES          = hildon-remote-texture-example.c
+
 endif