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 --- converter/other/jbig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converter/other/jbig') diff --git a/converter/other/jbig/Makefile b/converter/other/jbig/Makefile index ca98ef29..4be21582 100644 --- a/converter/other/jbig/Makefile +++ b/converter/other/jbig/Makefile @@ -9,9 +9,9 @@ include $(BUILDDIR)/Makefile.config LIBJBIG_OBJECTS = jbig.o jbig_tab.o -INCLUDES = +EXTERN_INCLUDES = ifneq ($(JBIGHDR_DIR),NONE) - INCLUDES += -I$(JBIGHDR_DIR) + EXTERN_INCLUDES += -I$(JBIGHDR_DIR) endif ifneq ($(JBIGHDR_DIR),NONE) -- cgit 1.4.1