#3/7 use a subdirectory "ngspice" for includes to create a uniq namespace

This commit is contained in:
rlar 2011-08-20 17:45:23 +00:00
parent 738d3813b8
commit 5a4f4ada5c
3 changed files with 8 additions and 3 deletions

View File

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

View File

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

View File

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