summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-07-05 16:07:55 +0200
committerDave Davenport <qball@gmpclient.org>2020-07-05 16:07:55 +0200
commitf93033ebaa3a0a203828ded46318ba1db48f156c (patch)
treecba743db4be8385ad96161857ade4daff4ab10db
parent72138c1a1025c76f762e9fa8222a3a59ef1c0475 (diff)
[Test] Update check building.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 97a6f387..530a000d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -384,6 +384,7 @@ box_test_SOURCES=\
source/css-colors.c\
include/theme.h\
include/css-colors.h\
+ config/config.c\
test/box-test.c
scrollbar_test_LDADD=$(textbox_test_LDADD)
@@ -399,6 +400,7 @@ scrollbar_test_SOURCES=\
source/css-colors.c\
include/theme.h\
include/css-colors.h\
+ config/config.c\
test/scrollbar-test.c
textbox_test_SOURCES=\