From 3d7628d6d85906a92450be5fecf14a5106605819 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Feb 1998 15:11:16 +0000 Subject: [PATCH] Add com_err.h, and com_right.h. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4409 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 138b8e48c..2b93032b4 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,9 +12,10 @@ foodir = $(includedir) foo_DATA = \ admin.h \ base64.h \ + com_err.h \ + com_right.h \ der.h \ des.h \ - error.h \ getarg.h \ gssapi.h \ hdb.h \ @@ -53,8 +54,10 @@ des.h: $(LN_S) $(top_srcdir)/lib/des/des.h . err.h: $(LN_S) $(top_srcdir)/lib/roken/err.h . -error.h: - $(LN_S) $(top_srcdir)/lib/error/error.h . +com_err.h: + $(LN_S) $(top_srcdir)/lib/com_err/com_err.h . +com_right.h: + $(LN_S) $(top_srcdir)/lib/com_err/com_right.h . fnmatch.h: $(LN_S) $(top_srcdir)/lib/roken/fnmatch.h . getarg.h: