From 29cf9c937e314f73ac9131083190318de794dfd1 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 1 Jun 2010 09:56:33 -0700 Subject: [PATCH] Add $(INCLUDE_hcrypto), from harald barth --- appl/rsh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/rsh/Makefile.am b/appl/rsh/Makefile.am index 9d0c4117d..76c9bd5aa 100644 --- a/appl/rsh/Makefile.am +++ b/appl/rsh/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -AM_CPPFLAGS += -I$(srcdir)/../login +AM_CPPFLAGS += -I$(srcdir)/../login $(INCLUDE_hcrypto) bin_PROGRAMS = rsh