From f9b07efbb3b1065537f44ad2b7d2865b6025480a Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Wed, 20 Jul 2011 21:26:20 +0000 Subject: [PATCH] Elementary: fix list of instalable examples. SVN revision: 61542 --- legacy/elementary/src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/examples/Makefile.am b/legacy/elementary/src/examples/Makefile.am index 2f80dbddd7..ef94bec70b 100644 --- a/legacy/elementary/src/examples/Makefile.am +++ b/legacy/elementary/src/examples/Makefile.am @@ -35,7 +35,7 @@ SRCS = \ bubble_example_01.c \ button_example_01.c \ check_example_01.c \ - colorselector_example_01.c + colorselector_example_01.c \ frame_example_01.c \ transit_example_01.c \ transit_example_02.c \