diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 5302066..881d791 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -14,7 +14,8 @@ noinst_PROGRAMS = \ gtk-clutter-window-test \ gtk-clutter-window-test2 \ refcounting-test \ - reparenting-test + reparenting-test \ + stacked-standins INCLUDES = -I$(srcdir) -I$(top_srcdir) @@ -76,6 +77,10 @@ reparenting_test_SOURCES = reparenting-test.c reparenting_test_DEPENDENCIES = $(common_deps) reparenting_test_LDADD = $(common_ldadd) +stacked_standins_SOURCES = stacked-standins.c +stacked_standins_DEPENDENCIES = $(common_deps) +stacked_standins_LDADD = $(common_ldadd) + EXTRA_DIST = \ animated-notebook.ui \ redhand.png |