]> git.sur5r.net Git - openocd/blobdiff - src/helper/Makefile.am
Revive tclapi.c from r1650:
[openocd] / src / helper / Makefile.am
index e0686401e58445e608aebc20a1bc303d75ed0abd..5926f658608b5801b375c4c91327f0241d412b3c 100644 (file)
@@ -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