summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-09 16:22:09 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-09 16:22:09 +0100
commitd7dab65e5b89f2a223fba00c62accee2d5313609 (patch)
treeb1eb366a352f7ff07672c09d351fb98986fe367a /Makefile.am
parent06c7f30b7e39775698ab241583adb0b23d4ac4bd (diff)
Making widget class, moving stuff around
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2aa6e36c..63798985 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,7 @@ rofi_SOURCES=\
source/keyb.c\
config/config.c\
source/helper.c\
+ source/widget.c\
source/textbox.c\
source/timings.c\
source/history.c\
@@ -58,6 +59,7 @@ rofi_SOURCES=\
include/helper.h\
include/timings.h\
include/history.h\
+ include/widget.h\
include/textbox.h\
include/scrollbar.h\
include/xrmoptions.h\
@@ -142,6 +144,7 @@ rofi_test_SOURCES=\
test/history-test.c
textbox_test_SOURCES=\
+ source/widget.c\
source/textbox.c\
config/config.c\
source/keyb.c\
@@ -153,7 +156,9 @@ textbox_test_SOURCES=\
include/mode.h\
include/mode-private.h\
include/settings.h\
+ include/widget.h\
include/textbox.h\
+ include/widget.h\
include/x11-helper.h\
include/xrmoptions.h\
include/helper.h\