X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=bf8527f8b9e72072e3802a26f1e84ec69be1f207;hp=22b3c330e8ce5492ee02e71003691951f94f1822;hb=c538a830cdaafa92c9e9a624d84915cc39cce05b;hpb=cb7dbc1af41068f826246beb53870c01d8973bb8 diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 22b3c330e8..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 \