summaryrefslogtreecommitdiff
path: root/libmom/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-24 20:15:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-24 20:15:27 +0000
commitd1df6aa36d4c408660069c64d9edc3db16bf1be1 (patch)
treebcd1f166d910f9a25d6679e5e1a60eaca8241846 /libmom/Makefile
parent7fc11823b9cfa6e973eeb9e6341ddbbc87439371 (diff)
(LCLHDRS, installhdrs): Add mom-errors.h.
Diffstat (limited to 'libmom/Makefile')
-rw-r--r--libmom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmom/Makefile b/libmom/Makefile
index a2339fa7..38888d02 100644
--- a/libmom/Makefile
+++ b/libmom/Makefile
@@ -30,8 +30,8 @@ SRCS = add-ref.c allocate-address.c allocate-memory.c copy-ref.c \
reserve-memory-anywhere.c unreserve-memory.c unuse-memory.c \
wire-memory.c
-LCLHDRS = mom.h mom-kerndep.h priv.h
-installhdrs = mom.h mom-kerndep.h
+LCLHDRS = mom.h mom-kerndep.h priv.h mom-errors.h
+installhdrs = mom.h mom-kerndep.h mom-errors.h
installhdrsubdir = .
OBJS = $(SRCS:.c=.o)