From a70404f12812f3c26d122fc304a294bfcd72a0bf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 30 Apr 2015 21:47:32 +0200 Subject: First part of infrastructure for Issue: #131 customizable keybindings. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 46efec52..8e9d5961 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ rofi_SOURCES=\ source/history.c\ config/config.c\ source/helper.c\ + source/keyb.c\ source/x11-helper.c\ source/dialogs/dmenu.c\ source/dialogs/run.c\ @@ -45,6 +46,7 @@ rofi_SOURCES=\ include/history.h\ include/textbox.h\ include/helper.h\ + include/keyb.h\ include/x11-helper.h\ include/dialogs/run.h\ include/dialogs/combi.h\ @@ -124,8 +126,12 @@ rofi_test_SOURCES=\ textbox_test_SOURCES=\ source/textbox.c\ config/config.c\ + source/keyb.c\ + source/x11-helper.c\ + include/keyb.h\ include/rofi.h\ include/textbox.h\ + source/x11-helper.h\ test/textbox-test.c helper_test_SOURCES=\ -- cgit v1.2.3