summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-02-12 22:16:32 +0100
committerDave Davenport <qball@gmpclient.org>2015-02-12 22:16:32 +0100
commit605fe4911cb1683624b48d895afe6b2630e0e529 (patch)
treeb2ff5ff26872d66eb5ab15b659e60c7d7c62c03d /Makefile.am
parent9240a636d484c7f7988b212ee56f1aa2dfc12f49 (diff)
Refactor code, split out window switcher code.
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 0ff5870c..25952c86 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ rofi_SOURCES=\
source/xrmoptions.c\
source/dmenu-dialog.c\
source/run-dialog.c\
+ source/window-dialog.c\
source/ssh-dialog.c\
source/script-dialog.c\
source/history.c\
@@ -37,6 +38,7 @@ rofi_SOURCES=\
include/rofi.h\
include/rofi-i3.h\
include/run-dialog.h\
+ include/window-dialog.h\
include/ssh-dialog.h\
include/dmenu-dialog.h\
include/script-dialog.h\