ioutil: make the file compile on MacOS
[fw/openocd] / src / helper / Makefile.am
index c9479b43edb18aba62a6f098f952e75d63059262..9e27d051ef7d38a861fcd021c1f966903ac07e2c 100644 (file)
@@ -3,13 +3,7 @@ include $(top_srcdir)/common.mk
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libhelper.la
 
-if ECOSBOARD
-CONFIGFILES = time_support_ecos.c
-else
 CONFIGFILES = options.c time_support_common.c
-endif
-
-
 
 libhelper_la_SOURCES = \
        binarybuffer.c \
@@ -39,6 +33,7 @@ noinst_HEADERS = \
        binarybuffer.h \
        configuration.h \
        ioutil.h \
+       list.h \
        util.h \
        types.h \
        log.h \