cookbook: Fix build of the examples
We don't have a tests/data directory any more since the test suites reorganization; the cookbook examples, though, rely on the existence of the redhand.png image. In order to fix them, we copy the file in the examples directory, and we reference it directly. Since we need it for the examples, and we install the example code, it's also necessary to add the image to the EXTRA_DIST rule.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
* Simple scribble application: move mouse over the dark yellow
|
||||
* rectangle to draw brighter yellow lines
|
||||
*/
|
||||
|
||||
#include <clutter/clutter.h>
|
||||
|
||||
static const ClutterColor stage_color = { 0x33, 0x33, 0x55, 0xff };
|
||||
|
Reference in New Issue
Block a user