1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

Add missing header files xkb,xkb-internal

This commit is contained in:
Dave Davenport 2016-02-21 17:14:02 +01:00
parent ee52e50662
commit 3be6079705

View file

@ -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)\