#3/7 use a subdirectory "ngspice" for includes to create a uniq namespace
This commit is contained in:
parent
738d3813b8
commit
5a4f4ada5c
|
|
@ -1,3 +1,8 @@
|
|||
2011-08-20 Robert Larice
|
||||
* configure.ac ,
|
||||
* src/Makefile.am :
|
||||
#3/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
||||
2011-08-20 Robert Larice
|
||||
* src/include/* :
|
||||
#2/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
||||
|
|
|
|||
|
|
@ -1070,7 +1070,7 @@ AC_CONFIG_FILES([Makefile
|
|||
src/frontend/plotting/Makefile
|
||||
src/frontend/trannoise/Makefile
|
||||
src/frontend/wdisp/Makefile
|
||||
src/include/Makefile
|
||||
src/include/ngspice/Makefile
|
||||
src/maths/Makefile
|
||||
src/maths/cmaths/Makefile
|
||||
src/maths/fft/Makefile
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
# $Id$
|
||||
|
||||
SUBDIRS = misc maths frontend spicelib include
|
||||
DIST_SUBDIRS = misc maths frontend spicelib include xspice ciderlib
|
||||
SUBDIRS = misc maths frontend spicelib include/ngspice
|
||||
DIST_SUBDIRS = misc maths frontend spicelib include/ngspice xspice ciderlib
|
||||
|
||||
if XSPICE_WANTED
|
||||
SUBDIRS += xspice
|
||||
|
|
|
|||
Loading…
Reference in New Issue