From f2a95b6f068d52acaec33b90a6cd141a9af214a1 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 14 Mar 1997 01:49:47 +0000 Subject: [PATCH] Add hdb_err. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1386 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.am | 2 +- lib/error/Makefile.am | 2 +- lib/krb5/error/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 39f7b2f0a..e0da6c39b 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir) lib_LIBRARIES = liberror.a -liberror_a_SOURCES = krb5_err.c asn1_err.c error.c +liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c %.c: %.et $(SHELL) ./compile_et $< diff --git a/lib/error/Makefile.am b/lib/error/Makefile.am index 39f7b2f0a..e0da6c39b 100644 --- a/lib/error/Makefile.am +++ b/lib/error/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir) lib_LIBRARIES = liberror.a -liberror_a_SOURCES = krb5_err.c asn1_err.c error.c +liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c %.c: %.et $(SHELL) ./compile_et $< diff --git a/lib/krb5/error/Makefile.am b/lib/krb5/error/Makefile.am index 39f7b2f0a..e0da6c39b 100644 --- a/lib/krb5/error/Makefile.am +++ b/lib/krb5/error/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir) lib_LIBRARIES = liberror.a -liberror_a_SOURCES = krb5_err.c asn1_err.c error.c +liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c %.c: %.et $(SHELL) ./compile_et $<