diff options
author | Ran Benita <ran234@gmail.com> | 2013-10-27 20:10:15 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-02-10 20:57:27 +0200 |
commit | e55a0cead1a5ce907de3171366c706280b9b875d (patch) | |
tree | b1b55fa90c2044b682a909988f8ab159765ea3f1 /Makefile.am | |
parent | 1aabc5223550fa05e7f33f5cf167efc572b4dccc (diff) | |
download | xorg-lib-libxkbcommon-e55a0cead1a5ce907de3171366c706280b9b875d.tar.gz |
Move src/xkbcomp/scanner-utils.h to src/
As we'll use it for things unrelated to xkbcomp.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c4d3352..3df0e42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,6 @@ libxkbcommon_la_SOURCES = \ src/xkbcomp/rules.c \ src/xkbcomp/rules.h \ src/xkbcomp/scanner.c \ - src/xkbcomp/scanner-utils.h \ src/xkbcomp/symbols.c \ src/xkbcomp/types.c \ src/xkbcomp/vmod.c \ @@ -72,6 +71,7 @@ libxkbcommon_la_SOURCES = \ src/keymap.c \ src/keymap.h \ src/keymap-priv.c \ + src/scanner-utils.h \ src/state.c \ src/text.c \ src/text.h \ |