diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-03-27 16:59:01 +0100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-03-27 16:59:01 +0100 |
commit | 3e9dd7512c16dd752830d9fd56d9f4cba76ee7d3 (patch) | |
tree | a96f8de74a8e07260a291ab2ec2052487b3e5c8f /Makefile.am | |
parent | f0cb4ee2191b097cb44370a37259b39e54f23e00 (diff) |
Add new context API
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2bc6a35..6f37998 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,7 @@ libxkbcommon_la_SOURCES = \ src/xkbcomp/xkbscan.l \ src/alloc.c \ src/atom.c \ + src/context.c \ src/keysym.c \ src/malloc.c \ src/map.c \ |