X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fhelper%2FMakefile.am;h=c721881915f0d14a63feb468a6b017f45ef02448;hb=559d08c19ed838f7bb2a77ce56a5a274641111f8;hp=cca5ac3503636a9ffccac33a021fcb2b1a2a4bd6;hpb=630fc86ee339aa400f58fe80cbc5a1926eb3ef39;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index cca5ac3503..c721881915 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -9,7 +9,7 @@ noinst_LTLIBRARIES = libhelper.la if ECOSBOARD CONFIGFILES = time_support_ecos.c else -CONFIGFILES = options.c jim.c jim-eventloop.c time_support_common.c +CONFIGFILES = options.c time_support_common.c endif @@ -48,8 +48,6 @@ noinst_HEADERS = \ time_support.h \ replacements.h \ fileio.h \ - jim.h \ - jim-eventloop.h \ system.h \ bin2char.c