summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-19 21:17:42 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-19 21:17:42 +0200
commitbaf35a3b761172aeeefd7e761b7e29995a37a9e8 (patch)
tree93c3a4f8e139b70db8c42d8b69e3bbc80e05a6b7 /src/Makefile.am
parentbb964fa8bcebee82093cec8da8081eb1366aea96 (diff)
Add grail_contact and a method to retrieve the current contacts
This patch adds the possibility to extract the current set of contacts from the grail state. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eec0eeb..06a33fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,6 +21,7 @@ libutouch_grail_la_SOURCES = \
21 gestures-tapping.c \ 21 gestures-tapping.c \
22 grail-recognizer.c \ 22 grail-recognizer.c \
23 grail-recognizer.h \ 23 grail-recognizer.h \
24 grail-event.c \
24 grail-api.c 25 grail-api.c
25 26
26AM_CFLAGS = $(CWARNFLAGS) 27AM_CFLAGS = $(CWARNFLAGS)