Browse Source

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

rlar 14 years ago
parent
commit
323bceb33b
  1. 5
      ChangeLog
  2. 2
      src/frontend/help/Makefile.am
  3. 2
      src/xspice/icm/makedefs.in

5
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

2
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

2
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

Loading…
Cancel
Save