X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=9162d5fc6e1e94b65e0fbdad47fcff931e81edee;hb=47d044934727c3d5a57658ddd324b407dd73860a;hp=2165fad95c8be87d443ccaf893e8cf251c63cbce;hpb=c76b0618d7457a68b464a64e91ed98dc2482b262;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 2165fad95c..9162d5fc6e 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -I$(top_srcdir)/src/target +INCLUDES = -I$(top_srcdir)/src $(all_includes) -I$(top_srcdir)/src/target -I$(top_srcdir)/src/server METASOURCES = AUTO AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ noinst_LIBRARIES = libhelper.a @@ -6,14 +6,15 @@ noinst_LIBRARIES = libhelper.a if ECOSBOARD CONFIGFILES = else -CONFIGFILES = options.c jim.c +CONFIGFILES = options.c jim.c jim-eventloop.c endif libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \ - replacements.c fileio.c jim-eventloop.c startup_tcl.c + replacements.c fileio.c startup_tcl.c noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \ - time_support.h replacements.h fileio.h jim.h + time_support.h replacements.h fileio.h jim.h jim-eventloop.h \ + startup.tcl bin2char.c bin2char$(EXEEXT_FOR_BUILD): bin2char.c ${CC_FOR_BUILD} ${CFLAGS_FOR_BUILD} $(srcdir)/bin2char.c -o $@