`make dist' improvements for `NDEV'

This commit is contained in:
rlar 2010-09-17 16:21:12 +00:00
parent 8567157934
commit c1647ed1a1
3 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2010-09-17 Robert Larice
* configure.ac ,
* src/spicelib/devices/Makefile.am :
`make dist' improvements for `NDEV'
2010-09-17 Robert Larice
* Makefile.am ,
* .cvsignore ,

View File

@ -968,18 +968,15 @@ if test "$enable_ndev" = "yes"; then
AC_DEFINE(NDEV,[],[The NDEV interface])
NDEV=""
NDEV_DIR=" ndev "
NOTNDEV_DIR=""
NDEV_LIB=" spicelib/devices/ndev/libndev.la "
else
NDEV=""
NDEV_DIR=""
NDEV_LIB=""
NOTNDEV_DIR="ndev"
fi
AC_SUBST(NDEV_DIR)
AC_SUBST(NDEV_LIB)
AC_SUBST(NOTNDEV_DIR)
dnl Cluster option

View File

@ -99,7 +99,7 @@ DIST_SUBDIRS = \
mos3 \
mos6 \
mos9 \
@NDEV_DIR@ \
ndev \
res \
soi3 \
sw \
@ -132,7 +132,7 @@ libdev_la_SOURCES = \
cktinit.c \
limit.c
EXTRA_DIST = @NOTNDEV_DIR@ @NOTVLADEVDIR@
EXTRA_DIST = @NOTVLADEVDIR@
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices