summaryrefslogtreecommitdiff
path: root/gs/base/lib.mak
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2009-11-19 17:58:36 +0000
committerMichael Vrhel <michael.vrhel@artifex.com>2009-11-19 17:58:36 +0000
commit26c5a91b66d1edf9126926886db77f86b91e4fee (patch)
treeb14e5bedb385a667b7ca5384a096521d9013d516 /gs/base/lib.mak
parent1cd5b52e99373bf1b39724a9e8040b445d5bce9c (diff)
Fixes for more compiler complaints and missing includes.
git-svn-id: http://svn.ghostscript.com/ghostscript/branches/icc_work@10354 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/lib.mak')
-rw-r--r--gs/base/lib.mak6
1 files changed, 4 insertions, 2 deletions
diff --git a/gs/base/lib.mak b/gs/base/lib.mak
index 5bd75b8d9..92c9ee7b5 100644
--- a/gs/base/lib.mak
+++ b/gs/base/lib.mak
@@ -450,7 +450,8 @@ gxcspace_h=$(GLSRC)gxcspace.h\
gxht_h=$(GLSRC)gxht.h $(gsht1_h) $(gsrefct_h) $(gxhttype_h) $(gxtmap_h) $(gscspace_h)
gxcie_h=$(GLSRC)gxcie.h $(gscie_h)
gxpcolor_h=$(GLSRC)gxpcolor.h\
- $(gspcolor_h) $(gxcspace_h) $(gxdevice_h) $(gxdevmem_h) $(gxpcache_h) $(gxblend_h) $(gxcpath_h)
+ $(gspcolor_h) $(gxcspace_h) $(gxdevice_h) $(gxdevmem_h) $(gxpcache_h) $(gxblend_h)\
+ $(gxcpath_h) $(gxdcolor_h)
gscolor_h=$(GLSRC)gscolor.h $(gxtmap_h)
gsstate_h=$(GLSRC)gsstate.h\
$(gscolor_h) $(gscpm_h) $(gscsel_h) $(gsdevice_h) $(gsht_h) $(gsline_h)
@@ -875,7 +876,8 @@ $(GLOBJ)gsiodev.$(OBJ) : $(GLSRC)gsiodev.c $(GXERR)\
$(GLOBJ)gsistate.$(OBJ) : $(GLSRC)gsistate.c $(GXERR)\
$(gscie_h) $(gscspace_h) $(gsstruct_h) $(gsutil_h)\
- $(gxbitmap_h) $(gxcmap_h) $(gxdht_h) $(gxistate_h) $(gzht_h) $(gzline_h)
+ $(gxbitmap_h) $(gxcmap_h) $(gxdht_h) $(gxistate_h) $(gzht_h) $(gzline_h)\
+ $(gsicccache_h) $(gsiccmanage_h) $(gsicc_profilecache_h)
$(GLCC) $(GLO_)gsistate.$(OBJ) $(C_) $(GLSRC)gsistate.c
$(GLOBJ)gsline.$(OBJ) : $(GLSRC)gsline.c $(GXERR) $(math__h) $(memory__h)\