summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 21:32:03 +0200
committerQC <qball@gmpclient.org>2015-09-19 21:32:03 +0200
commitac99011535c8183080cc75e2259e3b6e94fda7a6 (patch)
treeca465fe3d7cb5950af223fc814e2878adb394ef4 /Makefile.am
parent31fe5759b8bede7a31535c61977b9efe2438d789 (diff)
Re-order
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am32
1 files changed, 16 insertions, 16 deletions
diff --git a/Makefile.am b/Makefile.am
index 08d706a2..2543b38b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,37 +30,37 @@ AM_CFLAGS=\
rofi_SOURCES=\
source/rofi.c\
- source/i3-support.c\
+ source/keyb.c\
+ config/config.c\
+ source/helper.c\
source/textbox.c\
+ source/history.c\
source/scrollbar.c\
+ source/i3-support.c\
source/xrmoptions.c\
- source/history.c\
- config/config.c\
- source/helper.c\
- source/keyb.c\
source/x11-helper.c\
- source/dialogs/dmenu.c\
source/dialogs/run.c\
- source/dialogs/window.c\
source/dialogs/ssh.c\
- source/dialogs/script.c\
+ source/dialogs/dmenu.c\
source/dialogs/combi.c\
+ source/dialogs/window.c\
+ source/dialogs/script.c\
include/rofi.h\
- include/i3-support.h\
- include/xrmoptions.h\
+ include/keyb.h\
+ include/helper.h\
include/history.h\
include/textbox.h\
include/scrollbar.h\
- include/helper.h\
- include/keyb.h\
+ include/xrmoptions.h\
+ include/i3-support.h\
include/x11-helper.h\
- include/dialogs/dialogs.h\
+ include/dialogs/ssh.h\
include/dialogs/run.h\
+ include/dialogs/dmenu.h\
include/dialogs/combi.h\
+ include/dialogs/script.h\
include/dialogs/window.h\
- include/dialogs/ssh.h\
- include/dialogs/dmenu.h\
- include/dialogs/script.h
+ include/dialogs/dialogs.h
##
# Manpage