X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=215bbaed5fbe72bc4efe0d7dcb6d59b791f5d835;hp=6189b63ab1ab69f58d55fde635ed0d370cca288e;hb=191a5736c202dfb784e86a8190edc64e80dc62e5;hpb=39650e2273bcae868d9509fe36515936ce25aacb diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 6189b63ab1..215bbaed5f 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -5,6 +5,8 @@ noinst_LTLIBRARIES = libhelper.la CONFIGFILES = options.c time_support_common.c +libhelper_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS) + libhelper_la_SOURCES = \ binarybuffer.c \ $(CONFIGFILES) \ @@ -33,6 +35,7 @@ noinst_HEADERS = \ binarybuffer.h \ configuration.h \ ioutil.h \ + list.h \ util.h \ types.h \ log.h \