summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=\