X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=3ec4f31a0672ca0ae6a7f7c3e7fba48db33e6267;hb=c8267930c7cff5685b33cd0174deb75a46dbb09b;hp=244ada7cd80564500d46e7ed04712c1bb4ad4377;hpb=eb1bc657ae10f9e21304e068ca17dc0231a9b9c0;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 244ada7cd8..3ec4f31a06 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -7,9 +7,9 @@ METASOURCES = AUTO noinst_LTLIBRARIES = libhelper.la if ECOSBOARD -CONFIGFILES = +CONFIGFILES = time_support_ecos.c else -CONFIGFILES = options.c jim.c jim-eventloop.c +CONFIGFILES = options.c jim.c jim-eventloop.c time_support_common.c endif