summaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-03-01 02:45:08 -0800
committerRobin Watts <Robin.Watts@artifex.com>2023-03-01 02:45:08 -0800
commite5898e7325f655ada29c252509cbd3db981e72b0 (patch)
tree60bef0c73de222efab3c10e74dc24a82d9aeb5ef /devices
parent2d33b2bfd8fda9b90013776370c3e9ae09877e9f (diff)
downloadghostpdl-e5898e7325f655ada29c252509cbd3db981e72b0.tar.gz
Fix extract build problem on linux.
Need to explicitly include extract src dir in the includes.
Diffstat (limited to 'devices')
-rw-r--r--devices/extract.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/extract.mak b/devices/extract.mak
index 56d36734b..251939d72 100644
--- a/devices/extract.mak
+++ b/devices/extract.mak
@@ -13,7 +13,7 @@
# CA 94945, U.S.A., +1(415)492-9861, for further information.
#
-extract_cc = $(CC) $(CCFLAGS) -DEXTRACT_CV=0 $(I_)$(EXTRACT_DIR)/include$(_I) $(I_)$(ZSRCDIR)$(_I) $(O_)
+extract_cc = $(CC) $(CCFLAGS) -DEXTRACT_CV=0 $(I_)$(EXTRACT_DIR)$(D)include$(_I) $(I_)$(EXTRACT_DIR)$(D)src$(_I) $(I_)$(ZSRCDIR)$(_I) $(O_)
extract_out_prefix = $(GLOBJDIR)$(D)extract_
$(extract_out_prefix)alloc.$(OBJ): $(EXTRACT_DIR)/src/alloc.c $(MAKEDIRS)