summaryrefslogtreecommitdiff
path: root/src/ghost/devs.mak.addon-5.10
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghost/devs.mak.addon-5.10')
-rw-r--r--src/ghost/devs.mak.addon-5.1010
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ghost/devs.mak.addon-5.10 b/src/ghost/devs.mak.addon-5.10
index b855859..90bf684 100644
--- a/src/ghost/devs.mak.addon-5.10
+++ b/src/ghost/devs.mak.addon-5.10
@@ -9,6 +9,7 @@ stp_=gdevstp.$(OBJ) \
gdevstp-color.$(OBJ) \
gdevstp-weave.$(OBJ) \
gdevstp-escp2.$(OBJ) \
+ gdevstp-escp2-data.$(OBJ) \
gdevstp-lexmark.$(OBJ) \
gdevstp-pcl.$(OBJ) \
gdevstp-canon.$(OBJ) \
@@ -29,15 +30,18 @@ gdevstp-weave.$(OBJ) : gdevstp-weave.c $(PDEVH) gdevstp-print.h gdevstp-print-in
gdevstp-color.$(OBJ) : gdevstp-color.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
$(CCC) -DDISABLE_NLS gdevstp-color.c
-gdevstp-dither.$(OBJ) : gdevstp-dither.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
+gdevstp-dither.$(OBJ) : gdevstp-dither.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-dither.h
$(CCC) -DDISABLE_NLS gdevstp-dither.c
-gdevstp-dither-matrices.$(OBJ) : gdevstp-dither-matrices.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
+gdevstp-dither-matrices.$(OBJ) : gdevstp-dither-matrices.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-dither.h
$(CCC) -DDISABLE_NLS gdevstp-dither.c
-gdevstp-escp2.$(OBJ) : gdevstp-escp2.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
+gdevstp-escp2.$(OBJ) : gdevstp-escp2.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-escp2.h
$(CCC) -DDISABLE_NLS gdevstp-escp2.c
+gdevstp-escp2-data.$(OBJ) : gdevstp-escp2-data.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h gdevstp-print-escp2.h
+ $(CCC) -DDISABLE_NLS gdevstp-escp2-data.c
+
gdevstp-lexmark.$(OBJ) : gdevstp-lexmark.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h
$(CCC) -DDISABLE_NLS gdevstp-lexmark.c