summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-04-28 15:41:49 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-04-28 16:58:51 +0200
commitb605a93a85d8ead753d87a2da5a0e40571d6f275 (patch)
treed67a4dcae7176e065da7e302503abf0934c07bc4 /src/Makefile.am
parentc3fdf90535e9e4a29d6d846071a50679d9646bcf (diff)
Expose utouch-frame through grail API
Start a gentle API change by exposing utouch-frame through grail, and deprecating the grail_contact struct. Old programs compile and run fine. To only use the new api, compile with -DGRAIL_NO_LEGACY_API. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c344342..b26574c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,8 @@ libutouch_grail_la_SOURCES = \
25 grail-recognizer.h \ 25 grail-recognizer.h \
26 grail-event.c \ 26 grail-event.c \
27 grail-impl.h \ 27 grail-impl.h \
28 grail-api.c 28 grail-api.c \
29 grail-legacy.c
29 30
30# These are flags required to properly set up 31# These are flags required to properly set up
31# the build. -fvisibility requires GCC > 4 (or clang) 32# the build. -fvisibility requires GCC > 4 (or clang)