diff options
author | Ran Benita <ran234@gmail.com> | 2013-03-14 14:31:55 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2013-04-01 18:20:54 +0100 |
commit | 99f6e6fc28d91907203f9a19feb4d48878f28cad (patch) | |
tree | a2cbc67af4a595dd3c11cfb8918815bcd7775daf /Makefile.am | |
parent | 27a11762abbf0dbeb6d406fee4eee89229b6a660 (diff) | |
download | xorg-lib-libxkbcommon-99f6e6fc28d91907203f9a19feb4d48878f28cad.tar.gz |
Add scanner-utils.h for common scanner functions
We want to share the same functions for another scanner.
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 f7e7fb1..99a49f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ libxkbcommon_la_SOURCES = \ src/xkbcomp/rules.c \ src/xkbcomp/rules.h \ src/xkbcomp/scanner.l \ + src/xkbcomp/scanner-utils.h \ src/xkbcomp/symbols.c \ src/xkbcomp/types.c \ src/xkbcomp/vmod.c \ |