From 5f75598c2804380ca07a5d52a411b5b64ba57fc3 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 27 Dec 2008 09:42:59 +0000 Subject: Introduce a simple timer API.... One can use add_timer or schedule_timer to add a timer. After the timeout time has been reached the callback will be called. One can call add_time/schedule_timer and del_timer from within the callback. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b3a37eebc..1ba06046d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 INCLUDES = $(all_includes) -I$(top_srcdir)/include -SUBDIRS = include src +SUBDIRS = include src tests #dist-hook: # rm -rf `find $(distdir) -name .svn` -- cgit v1.2.3