From 01ffffc026a601c5d59c2c9432a61c84c27a5193 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 19 Aug 2002 16:10:25 +0000 Subject: [PATCH] only define ROKEN_RENAME if do_roken_rename git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11137 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/Makefile.am.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index 1c68c1126..698c73adc 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -1,12 +1,14 @@ # $Id$ -AUTOMAKE_OPTIONS = foreign no-dependencies 1.4b +AUTOMAKE_OPTIONS = foreign no-dependencies 1.6 SUFFIXES = .et .h INCLUDES = -I$(top_builddir)/include $(INCLUDES_roken) +if do_roken_rename ROKEN_RENAME = -DROKEN_RENAME +endif AM_CFLAGS = $(WFLAGS)