* src/spicelib/devices/README: Moved to src/spicelib/README.
* src/spicelib/Makefile.am, src/spicelib/devices/Makefile.am: Files affected by the move.
This commit is contained in:
parent
b3a9a784f6
commit
d902e99d6d
|
|
@ -1,5 +1,10 @@
|
||||||
2000-07-25 Arno W. Peters <A.W.Peters@ieee.org>
|
2000-07-25 Arno W. Peters <A.W.Peters@ieee.org>
|
||||||
|
|
||||||
|
* src/spicelib/devices/README: Moved to src/spicelib/README.
|
||||||
|
|
||||||
|
* src/spicelib/Makefile.am, src/spicelib/devices/Makefile.am:
|
||||||
|
Files affected by the move.
|
||||||
|
|
||||||
* src/spicelib/devices/parser/*: Moved all files to
|
* src/spicelib/devices/parser/*: Moved all files to
|
||||||
src/spicelib/parser.
|
src/spicelib/parser.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# Process this file with automake
|
# Process this file with automake
|
||||||
|
|
||||||
|
EXTRA_DIST = README
|
||||||
|
|
||||||
SUBDIRS = analysis parser devices
|
SUBDIRS = analysis parser devices
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
||||||
|
|
@ -46,8 +46,6 @@ libdev_a_SOURCES = \
|
||||||
cktfinddev.c \
|
cktfinddev.c \
|
||||||
cktinit.c
|
cktinit.c
|
||||||
|
|
||||||
EXTRA_DIST = README
|
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src/include
|
INCLUDES = -I$(top_srcdir)/src/include
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue