Fix for new compile_et; add WFLAGS.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4424 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include
|
|
||||||
|
|
||||||
SUFFIXES = .x .et .h
|
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 \
|
BUILT_SOURCES = asn1_Key.c asn1_Event.c asn1_HDBFlags.c asn1_hdb_entry.c \
|
||||||
asn1_Salt.c hdb_err.c hdb_err.h
|
asn1_Salt.c hdb_err.c hdb_err.h
|
||||||
@@ -23,7 +23,7 @@ include_HEADERS = hdb.h
|
|||||||
incdir = $(includedir)
|
incdir = $(includedir)
|
||||||
inc_DATA = hdb_err.h hdb_asn1.h
|
inc_DATA = hdb_err.h hdb_asn1.h
|
||||||
|
|
||||||
libhdb_a_LIBADD = ../error/error.o
|
libhdb_a_LIBADD =
|
||||||
|
|
||||||
idir = $(top_builddir)/include
|
idir = $(top_builddir)/include
|
||||||
|
|
||||||
@@ -46,8 +46,8 @@ $(libhdb_a_OBJECTS): hdb_asn1.h hdb_err.h
|
|||||||
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
@cmp -s $< $@ 2> /dev/null || cp $< $@
|
||||||
|
|
||||||
.et.h:
|
.et.h:
|
||||||
$(SHELL) ../error/compile_et $<
|
$(COMPILE_ET) $<
|
||||||
|
|
||||||
.et.c:
|
.et.c:
|
||||||
$(SHELL) ../error/compile_et $<
|
$(COMPILE_ET) $<
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user