diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-08-06 14:32:50 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-06 14:33:32 +0200 |
| commit | 3b6bc1a7dc5871aef2c47426f87bb409a622de29 (patch) | |
| tree | 1cba64c0399dbb0cfb6d3820f09cf047a6f2bef2 /src/Makefile.am | |
| parent | 40d6c7304cf431f13bfe81600656b268c881a4a2 (diff) | |
Remove thread code
The primary usecase of grail involves using it together with the
xserver, which is not threaded. Revert the touch-dev code back to
the state prior to adding the threaded processing. Deferred event
handling can be implemented by other means when needed.
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 932c8ae..3b001b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -23,7 +23,7 @@ libgrail_la_SOURCES = \ | |||
| 23 | grail-recognizer.h \ | 23 | grail-recognizer.h \ |
| 24 | grail-api.c | 24 | grail-api.c |
| 25 | 25 | ||
| 26 | AM_CFLAGS = $(CWARNFLAGS) -pthread | 26 | AM_CFLAGS = $(CWARNFLAGS) |
| 27 | 27 | ||
| 28 | INCLUDES = -I$(top_srcdir)/include/ | 28 | INCLUDES = -I$(top_srcdir)/include/ |
| 29 | 29 | ||
