summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-30 22:42:04 +0200
committerQC <qball@gmpclient.org>2015-04-30 22:42:04 +0200
commit09d2be260b067f49e00f5039ff603701ac1d0043 (patch)
tree95476efc099c930f60cc61378bec739d03373aad /Makefile.am
parenta70404f12812f3c26d122fc304a294bfcd72a0bf (diff)
Allow keybindings to be set.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e9d5961..6329d9b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -128,10 +128,14 @@ textbox_test_SOURCES=\
config/config.c\
source/keyb.c\
source/x11-helper.c\
+ source/xrmoptions.c\
+ source/helper.c\
include/keyb.h\
include/rofi.h\
include/textbox.h\
- source/x11-helper.h\
+ include/x11-helper.h\
+ include/xrmoptions.h\
+ include/helper.h\
test/textbox-test.c
helper_test_SOURCES=\