cookbook: Build mouse scroll example with cookbook

This commit is contained in:
Elliot Smith 2010-08-11 11:09:04 +01:00
parent 241ceab73c
commit f1312e118d
2 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,4 @@
/textures-sub-texture
/layouts-stacking
/layouts-stacking-diff-sized-actors
/events-mouse-scroll

View File

@ -10,6 +10,7 @@ noinst_PROGRAMS = \
textures-sub-texture \
layouts-stacking \
layouts-stacking-diff-sized-actors \
events-mouse-scroll \
$(NULL)
INCLUDES = \
@ -38,3 +39,4 @@ textures_split_go_SOURCES = textures-split-go.c
textures_sub_texture_SOURCES = textures-sub-texture.c
layouts_stacking_SOURCES = layouts-stacking.c
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
events_mouse_scroll_SOURCES = events-mouse-scroll.c