diff --git a/ChangeLog b/ChangeLog index 15e6ea240..cc9b760a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-27 Robert Larice + * src/frontend/help/Makefile.am , + * src/xspice/icm/makedefs.in : + #5/6 config.h --> ngspice/config.h, some more -I include paths + 2011-12-27 Robert Larice * **/Makefile.am , #4/6 config.h --> ngspice/config.h, AM_CPPFLAGS diff --git a/src/frontend/help/Makefile.am b/src/frontend/help/Makefile.am index 9efff5940..647a96082 100644 --- a/src/frontend/help/Makefile.am +++ b/src/frontend/help/Makefile.am @@ -14,7 +14,7 @@ libhlp_la_SOURCES = \ -AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include @X_CFLAGS@ +libhlp_la_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include @X_CFLAGS@ endif diff --git a/src/xspice/icm/makedefs.in b/src/xspice/icm/makedefs.in index d06ad03d0..5fe3cdc63 100644 --- a/src/xspice/icm/makedefs.in +++ b/src/xspice/icm/makedefs.in @@ -16,7 +16,7 @@ uname = $(shell uname) CC = @CC@ # Spice header include path -INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir) +INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include # CFLAGS to use here CFLAGS = @CFLAGS@ -fPIC