summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-21 17:14:02 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-21 17:14:02 +0100
commit3be6079705667db001d85115a541186957607c3b (patch)
tree9eb8cd3276dd8006461ee0fc81ab69a20ac03aa9 /Makefile.am
parentee52e50662dedac8397b22ce9e173caf74cdd5d9 (diff)
Add missing header files xkb,xkb-internal
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 739d9705..ea2c34e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,9 @@ rofi_SOURCES=\
include/dialogs/combi.h\
include/dialogs/script.h\
include/dialogs/window.h\
- include/dialogs/dialogs.h
+ include/dialogs/dialogs.h\
+ include/xkb.h\
+ include/xkb-internal.h
rofi_CFLAGS=\
$(AM_CFLAGS)\