mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Fix typo in makefile
This commit is contained in:
parent
eb33f64046
commit
62bfeafb1a
1 changed files with 2 additions and 2 deletions
|
@ -293,7 +293,7 @@ box_test_SOURCES=\
|
|||
lexer/theme-parser.y\
|
||||
lexer/theme-lexer.l\
|
||||
source/theme.c\
|
||||
inlucde/theme.h\
|
||||
include/theme.h\
|
||||
test/box-test.c
|
||||
|
||||
scrollbar_test_LDADD=$(textbox_test_LDADD)
|
||||
|
@ -304,7 +304,7 @@ scrollbar_test_SOURCES=\
|
|||
lexer/theme-parser.y\
|
||||
lexer/theme-lexer.l\
|
||||
source/theme.c\
|
||||
inlucde/theme.h\
|
||||
include/theme.h\
|
||||
test/scrollbar-test.c
|
||||
|
||||
textbox_test_SOURCES=\
|
||||
|
|
Loading…
Reference in a new issue