diff options
author | Ran Benita <ran234@gmail.com> | 2014-01-13 17:20:54 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-01-13 17:22:15 +0200 |
commit | a9c56f643db9012bf2c91fcbc3bed5baf16ea848 (patch) | |
tree | c08c99329c764570dce1696d1a58fb20242f7537 /Makefile.am | |
parent | 7210497c634c8a6a380bba6db934e3ac0d1d98d8 (diff) | |
download | xorg-lib-libxkbcommon-a9c56f643db9012bf2c91fcbc3bed5baf16ea848.tar.gz |
context: split private functions to context-priv.c
(Same as keymap-priv.c).
Signed-off-by: Ran Benita <ran234@gmail.com>
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 8fb3c55..6775733 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,7 @@ libxkbcommon_la_SOURCES = \ src/atom.h \ src/context.c \ src/context.h \ + src/context-priv.c \ src/compat.c \ src/darray.h \ src/keysym.c \ |