From 10f69f1e5789e29615c523f21a56a1d02005c03b Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 18 May 2001 16:09:44 +0000 Subject: [PATCH] define `ROKEN_RENAME' conditionalised on `do_roken_rename' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9990 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/Makefile.am.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index 97b56153f..92d3a7213 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -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)