@@ -246,13 +246,17 @@ testcmyk_SOURCES = \
246246testcmyk_LDADD = \
247247 libcupsfilters.la \
248248 -lm
249+ testcmyk_CFLAGS = \
250+ $(CUPS_CFLAGS )
249251
250252testdither_SOURCES = \
251253 cupsfilters/testdither.c \
252254 $(pkgfiltersinclude_DATA )
253255testdither_LDADD = \
254256 libcupsfilters.la \
255257 -lm
258+ testdither_CFLAGS = \
259+ $(CUPS_CFLAGS )
256260
257261testimage_SOURCES = \
258262 cupsfilters/testimage.c \
@@ -266,14 +270,17 @@ testimage_LDADD = \
266270testimage_CFLAGS = \
267271 $(LIBJPEG_CFLAGS ) \
268272 $(LIBPNG_CFLAGS ) \
269- $(TIFF_CFLAGS )
273+ $(TIFF_CFLAGS ) \
274+ $(CUPS_CFLAGS )
270275
271276testrgb_SOURCES = \
272277 cupsfilters/testrgb.c \
273278 $(pkgfiltersinclude_DATA )
274279testrgb_LDADD = \
275280 libcupsfilters.la \
276281 -lm
282+ testrgb_CFLAGS = \
283+ $(CUPS_CFLAGS )
277284
278285test1284_SOURCES = \
279286 cupsfilters/test1284.c
@@ -289,7 +296,8 @@ testpdf1_SOURCES = \
289296 cupsfilters/fontembed-private.h
290297testpdf1_CFLAGS = \
291298 -I$(srcdir ) /cupsfilters/fontembed/ \
292- -I$(srcdir ) /cupsfilters/
299+ -I$(srcdir ) /cupsfilters/ \
300+ $(CUPS_CFLAGS )
293301testpdf1_LDADD = \
294302 libcupsfilters.la
295303
@@ -298,18 +306,22 @@ testpdf2_SOURCES = \
298306 cupsfilters/fontembed-private.h
299307testpdf2_CFLAGS = \
300308 -I$(srcdir ) /cupsfilters/fontembed/ \
301- -I$(srcdir ) /cupsfilters/
309+ -I$(srcdir ) /cupsfilters/ \
310+ $(CUPS_CFLAGS )
302311testpdf2_LDADD = \
303312 libcupsfilters.la
304313
305314test_analyze_SOURCES = cupsfilters/fontembed/test-analyze.c
306315test_analyze_LDADD = libcupsfilters.la
316+ test_analyze_CFLAGS = $(CUPS_CFLAGS )
307317
308318test_pdf_SOURCES = cupsfilters/fontembed/test-pdf.c
309319test_pdf_LDADD = libcupsfilters.la
320+ test_pdf_CFLAGS = $(CUPS_CFLAGS )
310321
311322test_ps_SOURCES = cupsfilters/fontembed/test-ps.c
312323test_ps_LDADD = libcupsfilters.la
324+ test_ps_CFLAGS = $(CUPS_CFLAGS )
313325
314326testfilters_SOURCES = \
315327 cupsfilters/testfilters.c \
0 commit comments