diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-07-30 15:29:38 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-05 22:48:38 +0200 |
| commit | 342a43e7b2ceec1dd200bffa24b052fec33f5bdc (patch) | |
| tree | 291938b98037efe6e0def19e7457b9a947c484f1 /src/Makefile.am | |
| parent | e0eb1015bf30fd0913db571b000ba6a83ea22660 (diff) | |
Introduce threading
In order to enable deferred events from grail, but the event
processing in a separate thread, and have the calling thread return
as quickly as possible.
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 67f930a..5835897 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -11,7 +11,7 @@ libgrail_la_SOURCES = \ | |||
| 11 | grail-recognizer.c \ | 11 | grail-recognizer.c \ |
| 12 | grail-api.c | 12 | grail-api.c |
| 13 | 13 | ||
| 14 | AM_CFLAGS = $(CWARNFLAGS) -std=c99 | 14 | AM_CFLAGS = $(CWARNFLAGS) -pthread |
| 15 | 15 | ||
| 16 | INCLUDES = -I$(top_srcdir)/include/ | 16 | INCLUDES = -I$(top_srcdir)/include/ |
| 17 | 17 | ||
