From d511432dfd6974e43b054e98334cf529a42f600b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 16 Sep 2006 18:57:40 +0000 Subject: Fix include order git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@61 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'other/pamx') diff --git a/other/pamx/Makefile b/other/pamx/Makefile index a86a3331..8aab2608 100644 --- a/other/pamx/Makefile +++ b/other/pamx/Makefile @@ -7,9 +7,10 @@ VPATH=.:$(SRCDIR)/$(SUBDIR) include $(BUILDDIR)/Makefile.config +EXTERN_INCLUDE = ifneq ($(X11LIB),NONE) ifneq ($(X11HDR_DIR),) - INCLUDES += -I$(X11HDR_DIR) + EXTERN_INCLUDES += -I$(X11HDR_DIR) endif endif -- cgit 1.4.1