From: Tomas Frydrych Date: Mon, 10 Dec 2007 10:16:55 +0000 (+0000) Subject: 2007-12-10 Tomas Frydrych X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aed212384a1029f04a94747255a015c7f807e7da;p=profile%2Fivi%2Fclutter.git 2007-12-10 Tomas Frydrych * tests/Makefile.am: Fixed a typo. --- diff --git a/ChangeLog b/ChangeLog index c2eca9f..7bd5fe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ 2007-12-10 Tomas Frydrych + * tests/Makefile.am: + Fixed a typo. + +2007-12-10 Tomas Frydrych + * tests/test-viewport.c: * tests/Makefile.am: Added a simple viewport test. - + 2007-12-10 Tomas Frydrych * clutter/clutter-actor.c: diff --git a/tests/Makefile.am b/tests/Makefile.am index ba1b00d..17a06b0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,6 +32,6 @@ test_script_SOURCES = test-script.c test_model_SOURCES = test-model.c test_effects_SOURCES = test-effects.c test_fullscreen_SOURCES = test-fullscreen.c -test_vieport_SOURCES = test-viewport.c +test_viewport_SOURCES = test-viewport.c EXTRA_DIST = redhand.png test-script.json