Fixes for distcheck

This commit is contained in:
Emmanuele Bassi 2008-06-23 16:43:49 +00:00
parent 6fa156ad0f
commit 300d1ef025
3 changed files with 13 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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);