X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=5926f658608b5801b375c4c91327f0241d412b3c;hp=e0686401e58445e608aebc20a1bc303d75ed0abd;hb=72acdac71aa2b2dd787f9b1e400d058e1887e61f;hpb=90465379e558ea7310867d9d39b79428c2050ddb;ds=sidebyside diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index e0686401e5..5926f65860 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