summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-14 13:47:45 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-14 13:47:45 +0100
commit80e873c8a31489c33cb62c7932797005adc201d3 (patch)
tree9f957d8dd5de12562bf8d7b16d43f2a0240cd050 /Makefile.am
parent45c8de9387cd73a7369c21fcec70ca77e6832076 (diff)
Add threadpool support, add optional timings compile flag
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c65d0866..d05d2468 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ rofi_SOURCES=\
config/config.c\
source/helper.c\
source/textbox.c\
+ source/timings.c\
source/history.c\
source/scrollbar.c\
source/i3-support.c\
@@ -49,6 +50,7 @@ rofi_SOURCES=\
include/rofi.h\
include/keyb.h\
include/helper.h\
+ include/timings.h\
include/history.h\
include/textbox.h\
include/scrollbar.h\