Fix typo in makefile

This commit is contained in:
Dave Davenport 2017-01-01 17:03:42 +01:00
parent eb33f64046
commit 62bfeafb1a
1 changed files with 2 additions and 2 deletions

View File

@ -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=\