summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-26 21:56:42 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:55 -0500
commit1aac72bc4cfffdd816347d305624b15d0ae2112e (patch)
treebb71ca867bac38c067680788be2de75156d17a27 /Makefile.am
parent2f0e73cf9d20154c5c84b6ea90e658cf44a6f0c4 (diff)
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)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 \