X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=c9479b43edb18aba62a6f098f952e75d63059262;hp=c721881915f0d14a63feb468a6b017f45ef02448;hb=ef885d3b2a3001325f525df250dadd570e5d743e;hpb=559d08c19ed838f7bb2a77ce56a5a274641111f8 diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index c721881915..c9479b43ed 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,7 +1,4 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src \ - -DPKGDATADIR=\"$(pkgdatadir)\" +include $(top_srcdir)/common.mk METASOURCES = AUTO noinst_LTLIBRARIES = libhelper.la @@ -23,7 +20,8 @@ libhelper_la_SOURCES = \ time_support.c \ replacements.c \ fileio.c \ - util.c + util.c \ + jim-nvp.c if IOUTIL libhelper_la_SOURCES += ioutil.c @@ -49,7 +47,8 @@ noinst_HEADERS = \ replacements.h \ fileio.h \ system.h \ - bin2char.c + bin2char.c \ + jim-nvp.h EXTRA_DIST = startup.tcl