5 Commits
0.2.1 ... 0.2.2

Author SHA1 Message Date
Johannes H. Jensen
f4467d6fcb 0.2.2 bugfix release. 2008-05-12 14:33:42 +02:00
Johannes H. Jensen
e894d16dcd Put tests in check_PROGRAMS to prevent compilation when invoking 'make all' (LP: #229443) 2008-05-12 14:06:50 +02:00
Johannes H. Jensen
06e42b795a Removed tests from 'make all'. They can still be run inside src/tests. (LP: #229443) 2008-05-12 13:52:33 +02:00
Johannes H. Jensen
7853beed51 Removed tests from 'make all'. They can still be run inside src/tests 2008-05-12 13:40:42 +02:00
Johannes H. Jensen
3fed8fef09 Fixed a compilation bug. 2008-05-07 15:21:34 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ dnl ***************************************************************************
dnl *** configure.ac for ALARM-CLOCK *** dnl *** configure.ac for ALARM-CLOCK ***
dnl *************************************************************************** dnl ***************************************************************************
AC_INIT([Alarm Clock], [0.2.1], AC_INIT([Alarm Clock], [0.2.2],
[Johannes H. Jensen <joh@deworks.net>], [Johannes H. Jensen <joh@deworks.net>],
[alarm-clock]) [alarm-clock])

View File

@@ -157,7 +157,7 @@ typedef enum {
* Player backoff timeout. * Player backoff timeout.
* We will stop the player automatically after 20 minutes. * We will stop the player automatically after 20 minutes.
*/ */
#define ALARM_SOUND_TIMEOUT (60 * 20); #define ALARM_SOUND_TIMEOUT (60 * 20)
/* /*
* Function prototypes. * Function prototypes.

View File

@@ -12,7 +12,7 @@ INCLUDES = \
-I$(includedir) \ -I$(includedir) \
-I$(top_srcdir)/src -I$(top_srcdir)/src
noinst_PROGRAMS = $(TEST_PROGS) check_PROGRAMS = $(TEST_PROGS)
TEST_PROGS += test_alarm test_player test_list_entry test_util test_alarm glade_view test_gconf_recursive TEST_PROGS += test_alarm test_player test_list_entry test_util test_alarm glade_view test_gconf_recursive