X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=bf8527f8b9e72072e3802a26f1e84ec69be1f207;hp=9557f5b2133f9836fbe4160e3b574ed3dc947a8e;hb=c538a830cdaafa92c9e9a624d84915cc39cce05b;hpb=903daa796a226152fe56245758c8388b79d12988 diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 9557f5b213..bf8527f8b9 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,4 +1,5 @@ AM_CPPFLAGS = \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/server \ -I$(top_srcdir)/src/target \ -DPKGDATADIR=\"$(pkgdatadir)\" @@ -27,6 +28,8 @@ libhelper_la_SOURCES = \ if IOUTIL libhelper_la_SOURCES += ioutil.c +else +libhelper_la_SOURCES += ioutil_stubs.c endif libhelper_la_CFLAGS = @@ -38,6 +41,7 @@ endif noinst_HEADERS = \ binarybuffer.h \ configuration.h \ + ioutil.h \ types.h \ log.h \ command.h \ @@ -50,6 +54,8 @@ noinst_HEADERS = \ system.h \ bin2char.c +EXTRA_DIST = startup.tcl + BIN2C = bin2char$(EXEEXT_FOR_BUILD) BUILT_SOURCES = $(BIN2C)