From 7e65cad30020559f8aa76132de76dd4adf3ba173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Wed, 20 Oct 2004 00:38:11 +0200 Subject: (COMPILE): Add $(INCLUDE) to the line. Rev: src/nettle/config.make.in:1.2 --- config.make.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index a4b00b4c..06d38540 100644 --- a/config.make.in +++ b/config.make.in @@ -54,7 +54,7 @@ libdir = @libdir@ includedir = @includedir@ infodir = @infodir@ -COMPILE = $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS) +COMPILE = $(CC) $(CPPFLAGS) $(INCLUDES) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS) LINK = $(CC) $(CFLAGS) $(LDFLAGS) # Disable builtin rule -- cgit v1.2.1