#5/6 config.h --> ngspice/config.h, some more -I include paths
This commit is contained in:
parent
d3c3741f43
commit
323bceb33b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue