From 81022b9c28ce51c4b4a70d3cf09f5a2092c68af3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 24 Jun 2005 15:26:06 +0000 Subject: Fix for bug #1226522 (do not add common to list of include paths, to avoid name clashes with system headers) svn-id: r18445 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d959f9264d..de6f1cea06 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ srcdir ?= . DEFINES := -DHAVE_CONFIG_H LDFLAGS := -INCLUDES := -I. -I$(srcdir) -I$(srcdir)/common +INCLUDES := -I. -I$(srcdir) LIBS := OBJS := -- cgit v1.2.3