Add com_err.h, and com_right.h.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4409 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-02-16 15:11:16 +00:00
parent 27ec0423ab
commit 3d7628d6d8

View 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: