Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f4467d6fcb | ||
![]() |
e894d16dcd | ||
![]() |
06e42b795a | ||
![]() |
7853beed51 | ||
![]() |
3fed8fef09 |
@@ -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])
|
||||||
|
|
||||||
|
@@ -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.
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user