From d0c90ffe9e3a77460963b6d597336eee633dbeff Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 21 Mar 1999 14:02:58 +0000 Subject: [PATCH] BINDIR is defined in config.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5667 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/Makefile.am | 2 +- appl/xnlock/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index 727fbaf5a..2c1aefee7 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -INCLUDES += $(INCLUDE_krb4) -DBINDIR=\"$(bindir)\" +INCLUDES += $(INCLUDE_krb4) bin_PROGRAMS = rsh diff --git a/appl/xnlock/Makefile.am b/appl/xnlock/Makefile.am index 5a2e16225..60dcbc490 100644 --- a/appl/xnlock/Makefile.am +++ b/appl/xnlock/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS) -DBINDIR=\"$(bindir)\" +INCLUDES += $(INCLUDE_krb4) $(X_CFLAGS) WFLAGS += $(WFLAGS_NOIMPLICITINT)