define ROKEN_RENAME' conditionalised on do_roken_rename'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9990 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-05-18 16:09:44 +00:00
parent 249491b2a6
commit 10f69f1e57

View File

@@ -4,7 +4,11 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
SUFFIXES = .et .h
INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken)
if do_roken_rename
RR = -DROKEN_RENAME
endif
INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) $(RR)
AM_CFLAGS += $(WFLAGS)