* 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>
|
||||
|
||||
* 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/parser.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Process this file with automake
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
SUBDIRS = analysis parser devices
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -46,8 +46,6 @@ libdev_a_SOURCES = \
|
|||
cktfinddev.c \
|
||||
cktinit.c
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
Loading…
Reference in New Issue