summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-09-16 14:45:32 +0300
committerRan Benita <ran234@gmail.com>2012-09-16 15:20:18 +0300
commitb21107056e0540489669bb35fcb3abe1b5b46ecd (patch)
treef718e6ef359f1d2e75e3d0723e91b7f9bf5beff1 /Makefile.am
parente670d084a6b4431de2ef3b5395c1473ba4b73725 (diff)
Organize src/ and test/ headers
- Add context.h and move context-related functions from xkb-priv.h to it. - Move xkb_context definition back to context.c. - Add keysym.h and move keysym upper/lower/keypad from xkb-priv.h to it. - Rename xkb-priv.h to map.h since it only contains keymap-related definitions and declarations now. - Remove unnecessary includes and some and some other small cleanups. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b83d992..b3452e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,17 +66,19 @@ libxkbcommon_la_SOURCES = \
src/atom.c \
src/atom.h \
src/context.c \
+ src/context.h \
src/darray.h \
src/keymap-dump.c \
src/keysym.c \
+ src/keysym.h \
src/keysym-utf.c \
src/list.h \
src/map.c \
+ src/map.h \
src/state.c \
src/text.c \
src/text.h \
- src/utils.h \
- src/xkb-priv.h
+ src/utils.h
BUILT_SOURCES = \
src/xkbcomp/parser.c \