diff --git a/include/Makefile.in b/include/Makefile.in index eef9e3e98..8707e3ee4 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,6 +1,6 @@ HEADERS = \ asn1.h asn1_err.h bits.h cache.h config_file.h \ - des.h error.h gssapi.h hdb.h hdb_err.h \ + des.h error.h getarg.h gssapi.h hdb.h hdb_err.h \ keytab.h krb5.h krb5_err.h md4.h md5.h roken.h \ sha.h sl.h store.h @@ -66,6 +66,9 @@ err.h: $(LN_S) $(top_srcdir)/lib/roken/err.h err.h; \ fi || true +getarg.h: + $(LN_S) $(top_srcdir)/lib/roken/getarg.h . + error.h: $(LN_S) $(top_srcdir)/lib/error/error.h .