Add com_err.h, and com_right.h.
authorJohan Danielsson <joda@pdc.kth.se>
Mon, 16 Feb 1998 15:11:16 +0000 (15:11 +0000)
committerJohan Danielsson <joda@pdc.kth.se>
Mon, 16 Feb 1998 15:11:16 +0000 (15:11 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4409 ec53bebd-3082-4978-b11e-865c3cabbd6b

include/Makefile.am

index 138b8e48c7b294014ccaae87dc048ccaf95232ce..2b93032b4c3dd4e593bfed52704a41db984aad32 100644 (file)
@@ -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: