From 4f2af28176b74bc39d1a1ce1f7336b744d129e79 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 9 Nov 1997 03:46:52 +0000 Subject: [PATCH] +fnmatch.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3852 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 8c09cd012..44bc5780f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -17,7 +17,7 @@ foo_DATA = \ @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 \ krb5_err.h @@ -37,6 +37,8 @@ err.h: $(LN_S) $(top_srcdir)/lib/roken/err.h . error.h: $(LN_S) $(top_srcdir)/lib/error/error.h . +fnmatch.h: + $(LN_S) $(top_srcdir)/lib/roken/fnmatch.h . getarg.h: $(LN_S) $(top_srcdir)/lib/roken/getarg.h . gssapi.h: