summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-03 08:31:38 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-03 08:31:38 +0100
commit6f404ddc8e59c3ca3aa20d1bb0b40a0904df1747 (patch)
treef61a624fe2a41028b6fc5a13968f1a844858aabc /Makefile.am
parentd01afc53032b52c07bdf33330f77701534305eea (diff)
Initial import desktop file runner.
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 adbc86b0..8a49572e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,6 +41,7 @@ rofi_SOURCES=\
source/x11-helper.c\
source/dialogs/run.c\
source/dialogs/ssh.c\
+ source/dialogs/drun.c\
source/dialogs/dmenu.c\
source/dialogs/combi.c\
source/dialogs/window.c\
@@ -56,6 +57,7 @@ rofi_SOURCES=\
include/x11-helper.h\
include/dialogs/ssh.h\
include/dialogs/run.h\
+ include/dialogs/drun.h\
include/dialogs/dmenu.h\
include/dialogs/combi.h\
include/dialogs/script.h\