diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-24 20:19:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-24 20:19:36 +0000 |
commit | 319c6764130ce97b1f1da085d529509615438941 (patch) | |
tree | 2c02ab06c478c1273440546adb81cd8c2e4c48bc | |
parent | bb66a104e6a296190466fa89688ac704375daf5e (diff) |
(SRCS): Add error-trans.c.
-rw-r--r-- | libmom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmom/Makefile b/libmom/Makefile index 38888d02..e5dd9883 100644 --- a/libmom/Makefile +++ b/libmom/Makefile @@ -28,7 +28,7 @@ SRCS = add-ref.c allocate-address.c allocate-memory.c copy-ref.c \ mach-port-set.c make-memory-readonly.c make-memory-readwrite.c \ memory-init.c ref-destroy.c refs-identical.c reserve-memory.c \ reserve-memory-anywhere.c unreserve-memory.c unuse-memory.c \ - wire-memory.c + wire-memory.c error-trans.c LCLHDRS = mom.h mom-kerndep.h priv.h mom-errors.h installhdrs = mom.h mom-kerndep.h mom-errors.h |