From 4600e8c7941a96db7e62b122bda23af03fc736e1 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 9 Jul 1998 00:09:34 +0000 Subject: [PATCH] George has made it all to easy to create panel applets. To be consistent with that, the Gnome canvas makes it all to easy to create silly simple games. So here is a "fifteen" game applet :-) Federico [Does anyone remember the game "The Incredible Machine"? That would be extremely cool to write using the canvas...] --- ChangeLog | 4 ++++ configure.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f560838a..fbcb41236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-07-08 Federico Mena Quintero + + * configure.in: Added applets/fifteen/Makefile to the list. + 1998-07-08 Owen Taylor * configure.in: Fix shell syntax bug in case when MICO diff --git a/configure.in b/configure.in index 88eda771f..de7c0d91a 100644 --- a/configure.in +++ b/configure.in @@ -176,6 +176,7 @@ applets/drivemount/Makefile applets/clockmail/Makefile applets/webcontrol/Makefile applets/dialer/Makefile +applets/fifteen/Makefile core-docs/Makefile desktop-links/Makefile desktop-properties/Makefile