#5/6 config.h --> ngspice/config.h, some more -I include paths

This commit is contained in:
rlar 2011-12-27 12:09:21 +00:00
parent d3c3741f43
commit 323bceb33b
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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