From 86d7449a4f2de80ba60f83e5a30219c5ad75d9d4 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Feb 1998 18:06:48 +0000 Subject: [PATCH] Fix for new compile_et; add WFLAGS. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4424 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index 71593b153..98e5c83d2 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -2,11 +2,11 @@ AUTOMAKE_OPTIONS = no-dependencies foreign -INCLUDES = -I$(top_builddir)/include - SUFFIXES = .x .et .h -INCLUDES = -I../asn1 -I$(srcdir)/../asn1 +INCLUDES = $(WFLAGS) -I../asn1 -I$(srcdir)/../asn1 + +COMPILE_ET = ../com_err/compile_et BUILT_SOURCES = asn1_Key.c asn1_Event.c asn1_HDBFlags.c asn1_hdb_entry.c \ asn1_Salt.c hdb_err.c hdb_err.h @@ -23,7 +23,7 @@ include_HEADERS = hdb.h incdir = $(includedir) inc_DATA = hdb_err.h hdb_asn1.h -libhdb_a_LIBADD = ../error/error.o +libhdb_a_LIBADD = idir = $(top_builddir)/include @@ -46,8 +46,8 @@ $(libhdb_a_OBJECTS): hdb_asn1.h hdb_err.h @cmp -s $< $@ 2> /dev/null || cp $< $@ .et.h: - $(SHELL) ../error/compile_et $< + $(COMPILE_ET) $< .et.c: - $(SHELL) ../error/compile_et $< + $(COMPILE_ET) $<