more of projection work

This commit is contained in:
Tomas Frydrych
2007-06-13 11:20:10 +00:00
parent 5f4a7a4812
commit 14e00cb904
6 changed files with 59 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
noinst_PROGRAMS = test-textures test-events test-offscreen test-scale \
test-actors test-behave test-text test-entry
test-actors test-behave test-text test-entry test-project
INCLUDES = -I$(top_srcdir)/
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_MAJORMINOR@.la
@@ -13,4 +13,5 @@ test_scale_SOURCES = test-scale.c
test_actor_SOURCES = test-actors.c
test_behave_SOURCES = test-behave.c
test_text_SOURCES = test-text.c
test_entry_SOURCES = test-entry.c
test_entry_SOURCES = test-entry.c
test_project_SOURCES = test-project.c