From 300d1ef025155b1d9f931271c5c27de94bed8302 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 23 Jun 2008 16:43:49 +0000 Subject: [PATCH] Fixes for distcheck --- clutter/cogl/common/Makefile.am | 21 +++++++++++---------- tests/test-devices.c | 2 ++ tests/test-invariants.c | 2 -- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/clutter/cogl/common/Makefile.am b/clutter/cogl/common/Makefile.am index ed7a5e5b4..9e70c9f86 100644 --- a/clutter/cogl/common/Makefile.am +++ b/clutter/cogl/common/Makefile.am @@ -14,14 +14,15 @@ LDADD = $(CLUTTER_LIBS) noinst_LTLIBRARIES = libclutter-cogl-common.la EXTRA_DIST = stb_image.c -libclutter_cogl_common_la_SOURCES = \ - cogl-util.h \ - cogl-bitmap.h \ - cogl-handle.h \ - cogl-util.c \ - cogl-bitmap.c \ - cogl-bitmap-fallback.c \ - cogl-primitives.c \ - cogl-primitives.h \ - cogl-bitmap-pixbuf.c \ +libclutter_cogl_common_la_SOURCES = \ + cogl-handle.h \ + cogl-util.h \ + cogl-util.c \ + cogl-bitmap.h \ + cogl-bitmap.c \ + cogl-bitmap-fallback.c \ + cogl-primitives.h \ + cogl-primitives.c \ + cogl-bitmap-pixbuf.c \ + cogl-clip-stack.h \ cogl-clip-stack.c diff --git a/tests/test-devices.c b/tests/test-devices.c index fab9a02b0..a691247af 100644 --- a/tests/test-devices.c +++ b/tests/test-devices.c @@ -20,6 +20,8 @@ stage_motion_event_cb (ClutterActor *actor, hand = g_hash_table_lookup (app->devices, mev->device); clutter_actor_set_position (hand, mev->x, mev->y); + + return FALSE; } int diff --git a/tests/test-invariants.c b/tests/test-invariants.c index 1433c3d8d..094280a5e 100644 --- a/tests/test-invariants.c +++ b/tests/test-invariants.c @@ -177,8 +177,6 @@ int main (int argc, char *argv[]) { - ClutterActor *stage; - test_init (&argc, &argv); test_add_func ("/invariants/initial-state", test_initial_state);