X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2FMakefile.am;h=c2d37c1010601cb18e300c0e365270e03a3f964d;hp=19a0ba96c3d8cb78d27481ceb4729dcb651a0d5e;hb=838cd58e24a18102b8a140df9fa993fe65706828;hpb=fdae51287cf55a039f3401ed92151dbf518e4e7f diff --git a/src/Makefile.am b/src/Makefile.am index 19a0ba96c3..c2d37c1010 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/common.mk + SUBDIRS = \ jtag \ helper \ @@ -29,12 +31,6 @@ noinst_HEADERS = \ hello.h \ openocd.h - -# set the include path found by configure -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src - libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\" # banner output includes RELSTR appended to $VERSION from the configure script