summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-03-30 20:12:22 +0200
committerQC <qball@gmpclient.org>2015-03-30 20:12:22 +0200
commit9ff5a615e9add14fae966d229bf468ec1a339da0 (patch)
tree4bc1acff05f19f7f4952a63f8355d13c97b99730 /Makefile.am
parent55160c6eff8cc91a93da83be62fc8766cd1a388b (diff)
Add combi viewer.
Use by adding combi to the list of enabled modi.
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 c7c7769e..b1b3fe9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@ rofi_SOURCES=\
source/dialogs/window.c\
source/dialogs/ssh.c\
source/dialogs/script.c\
+ source/dialogs/combi.c\
include/rofi.h\
include/i3-support.h\
include/xrmoptions.h\
@@ -46,6 +47,7 @@ rofi_SOURCES=\
include/helper.h\
include/x11-helper.h\
include/dialogs/run.h\
+ include/dialogs/combi.h\
include/dialogs/window.h\
include/dialogs/ssh.h\
include/dialogs/dmenu.h\