+fnmatch.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3852 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-09 03:46:52 +00:00
parent 9ea772d27b
commit 4f2af28176

View File

@@ -17,7 +17,7 @@ foo_DATA = \
@EXTRA_HDRS@ @EXTRA_HDRS@
EXTRA_DATA = err.h EXTRA_DATA = err.h fnmatch.h
CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \ CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \
krb5_err.h krb5_err.h
@@ -37,6 +37,8 @@ err.h:
$(LN_S) $(top_srcdir)/lib/roken/err.h . $(LN_S) $(top_srcdir)/lib/roken/err.h .
error.h: error.h:
$(LN_S) $(top_srcdir)/lib/error/error.h . $(LN_S) $(top_srcdir)/lib/error/error.h .
fnmatch.h:
$(LN_S) $(top_srcdir)/lib/roken/fnmatch.h .
getarg.h: getarg.h:
$(LN_S) $(top_srcdir)/lib/roken/getarg.h . $(LN_S) $(top_srcdir)/lib/roken/getarg.h .
gssapi.h: gssapi.h: