X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=215bbaed5fbe72bc4efe0d7dcb6d59b791f5d835;hp=c9479b43edb18aba62a6f098f952e75d63059262;hb=191a5736c202dfb784e86a8190edc64e80dc62e5;hpb=ef885d3b2a3001325f525df250dadd570e5d743e diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index c9479b43ed..215bbaed5f 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -3,13 +3,9 @@ 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_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS) libhelper_la_SOURCES = \ binarybuffer.c \ @@ -39,6 +35,7 @@ noinst_HEADERS = \ binarybuffer.h \ configuration.h \ ioutil.h \ + list.h \ util.h \ types.h \ log.h \