From 1aac72bc4cfffdd816347d305624b15d0ae2112e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 21:56:42 -0400 Subject: add keyboard.[ch] to libobt. these are for tracking modifier keys, and translating to/from keycodes/keysyms/modmasks (also include a new obt/internal.h for putting functions that are not public) --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b34bfc59..770f587e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,6 +135,9 @@ obt_libobt_la_LIBADD = \ obt_libobt_la_SOURCES = \ obt/display.h \ obt/display.c \ + obt/internal.h \ + obt/keyboard.h \ + obt/keyboard.c \ obt/mainloop.h \ obt/mainloop.c \ obt/prop.h \ -- cgit v1.2.3