X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=4f74b9aedcd0709a8cbb42c255bb20a23723fb9c;hb=b58c1d808fcdeb7a751c1ecf4e5512a8943ec263;hp=22b3c330e8ce5492ee02e71003691951f94f1822;hpb=cb7dbc1af41068f826246beb53870c01d8973bb8;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 22b3c330e8..4f74b9aedc 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,6 +1,5 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/target \ + -I$(top_srcdir)/src \ -DPKGDATADIR=\"$(pkgdatadir)\" METASOURCES = AUTO @@ -27,6 +26,8 @@ libhelper_la_SOURCES = \ if IOUTIL libhelper_la_SOURCES += ioutil.c +else +libhelper_la_SOURCES += ioutil_stubs.c endif libhelper_la_CFLAGS = @@ -38,6 +39,7 @@ endif noinst_HEADERS = \ binarybuffer.h \ configuration.h \ + ioutil.h \ types.h \ log.h \ command.h \