diff options
author | Ray Johnston <ray.johnston@artifex.com> | 1999-05-28 06:00:19 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 1999-05-28 06:00:19 +0000 |
commit | 91d186d45159c02f215817ddeb2022b949283590 (patch) | |
tree | b1d127e85228b9bf01780868244f6fb34ed8a32e /gs/src | |
parent | b56f3d7cc88230350f3fa6bec88af82a4ae2fc1c (diff) |
Fix missing 'gdevppla' module when building with bmpa... devices and no
pbm... devices.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@872 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src')
-rw-r--r-- | gs/src/devs.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gs/src/devs.mak b/gs/src/devs.mak index d6b092e44..5331f7f2a 100644 --- a/gs/src/devs.mak +++ b/gs/src/devs.mak @@ -803,7 +803,8 @@ $(DD)bmp32b.dev : $(bmp_) $(GLD)page.dev ### ------------- BMP driver that serves as demo of async rendering ---- ### -bmpa_=$(GLOBJ)gdevbmpa.$(OBJ) $(GLOBJ)gdevbmpc.$(OBJ) $(GLOBJ)gdevpccm.$(OBJ) +bmpa_=$(GLOBJ)gdevbmpa.$(OBJ) $(GLOBJ)gdevbmpc.$(OBJ) $(GLOBJ)gdevppla.$(OBJ) \ + $(GLOBJ)gdevpccm.$(OBJ) $(GLOBJ)gdevbmpa.$(OBJ) : $(GLSRC)gdevbmpa.c $(AK) $(stdio__h)\ $(gdevbmp_h) $(gdevprna_h) $(gdevpccm_h) $(gdevppla_h)\ |