summaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r--src/helper/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am
index e0686401..5926f658 100644
--- a/src/helper/Makefile.am
+++ b/src/helper/Makefile.am
@@ -15,7 +15,9 @@ endif
-libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \
+libhelper_a_SOURCES = \
+ binarybuffer.c $(CONFIGFILES) configuration.c \
+ log.c command.c time_support.c tclapi.c \
replacements.c fileio.c startup_tcl.c
if IOUTIL