diff --git a/src/spicelib/ChangeLog b/src/spicelib/ChangeLog index 66d98ab9b..0edb202ec 100644 --- a/src/spicelib/ChangeLog +++ b/src/spicelib/ChangeLog @@ -1,5 +1,10 @@ 2000-07-25 Arno W. Peters + * 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. diff --git a/src/spicelib/Makefile.am b/src/spicelib/Makefile.am index 5931a2cab..986b84cef 100644 --- a/src/spicelib/Makefile.am +++ b/src/spicelib/Makefile.am @@ -1,5 +1,7 @@ # Process this file with automake +EXTRA_DIST = README + SUBDIRS = analysis parser devices MAINTAINERCLEANFILES = Makefile.in diff --git a/src/spicelib/devices/README b/src/spicelib/README similarity index 100% rename from src/spicelib/devices/README rename to src/spicelib/README diff --git a/src/spicelib/devices/Makefile.am b/src/spicelib/devices/Makefile.am index 3e6c6c143..c50e19f72 100644 --- a/src/spicelib/devices/Makefile.am +++ b/src/spicelib/devices/Makefile.am @@ -46,8 +46,6 @@ libdev_a_SOURCES = \ cktfinddev.c \ cktinit.c -EXTRA_DIST = README - INCLUDES = -I$(top_srcdir)/src/include MAINTAINERCLEANFILES = Makefile.in