1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
This commit is contained in:
QC 2015-09-19 21:32:03 +02:00
parent 31fe5759b8
commit ac99011535

View file

@ -30,37 +30,37 @@ AM_CFLAGS=\
rofi_SOURCES=\ rofi_SOURCES=\
source/rofi.c\ source/rofi.c\
source/i3-support.c\ source/keyb.c\
source/textbox.c\
source/scrollbar.c\
source/xrmoptions.c\
source/history.c\
config/config.c\ config/config.c\
source/helper.c\ source/helper.c\
source/keyb.c\ source/textbox.c\
source/history.c\
source/scrollbar.c\
source/i3-support.c\
source/xrmoptions.c\
source/x11-helper.c\ source/x11-helper.c\
source/dialogs/dmenu.c\
source/dialogs/run.c\ source/dialogs/run.c\
source/dialogs/window.c\
source/dialogs/ssh.c\ source/dialogs/ssh.c\
source/dialogs/script.c\ source/dialogs/dmenu.c\
source/dialogs/combi.c\ source/dialogs/combi.c\
source/dialogs/window.c\
source/dialogs/script.c\
include/rofi.h\ include/rofi.h\
include/i3-support.h\ include/keyb.h\
include/xrmoptions.h\ include/helper.h\
include/history.h\ include/history.h\
include/textbox.h\ include/textbox.h\
include/scrollbar.h\ include/scrollbar.h\
include/helper.h\ include/xrmoptions.h\
include/keyb.h\ include/i3-support.h\
include/x11-helper.h\ include/x11-helper.h\
include/dialogs/dialogs.h\
include/dialogs/run.h\
include/dialogs/combi.h\
include/dialogs/window.h\
include/dialogs/ssh.h\ include/dialogs/ssh.h\
include/dialogs/run.h\
include/dialogs/dmenu.h\ include/dialogs/dmenu.h\
include/dialogs/script.h include/dialogs/combi.h\
include/dialogs/script.h\
include/dialogs/window.h\
include/dialogs/dialogs.h
## ##
# Manpage # Manpage