@@ -10,7 +10,7 @@ doc_DATA = \
10
10
COPYING \
11
11
CHANGES.md \
12
12
CHANGES-1.x.md \
13
- INSTALL \
13
+ INSTALL.md \
14
14
LICENSE \
15
15
NOTICE \
16
16
README.md \
@@ -105,7 +105,7 @@ check_PROGRAMS = \
105
105
test-pdf \
106
106
test-ps \
107
107
testfilters
108
-
108
+
109
109
TESTS = \
110
110
testdither \
111
111
testpdf1 \
@@ -173,6 +173,8 @@ libcupsfilters_la_SOURCES = \
173
173
cupsfilters/imagetopdf.c \
174
174
cupsfilters/imagetoraster.c \
175
175
cupsfilters/ipp.c \
176
+ cupsfilters/libcups2.c \
177
+ cupsfilters/libcups2-private.h \
176
178
cupsfilters/lut.c \
177
179
cupsfilters/mupdftopwg.c \
178
180
cupsfilters/pack.c \
@@ -240,7 +242,7 @@ libcupsfilters_la_LDFLAGS = \
240
242
-version-info 2
241
243
if BUILD_DBUS
242
244
libcupsfilters_la_CFLAGS += $(DBUS_CFLAGS ) -DHAVE_DBUS
243
- libcupsfilters_CXXFLAGS = -std=c++0x $(libcupsfilters_CFLAGS ) # -std=c++11
245
+ libcupsfilters_la_CXXFLAGS = -std=c++11 $(libcupsfilters_la_CFLAGS ) # -std=c++11
244
246
libcupsfilters_la_LIBADD += $(DBUS_LIBS )
245
247
endif
246
248
@@ -315,7 +317,6 @@ test_pdf_LDADD = libcupsfilters.la
315
317
test_ps_SOURCES = cupsfilters/fontembed/test-ps.c
316
318
test_ps_LDADD = libcupsfilters.la
317
319
318
-
319
320
testfilters_SOURCES = \
320
321
cupsfilters/testfilters.c \
321
322
$(pkgfiltersinclude_DATA )
@@ -327,7 +328,7 @@ testfilters_LDADD = \
327
328
testfilters_LDFLAGS = \
328
329
-D_GNU_SOURCE \
329
330
-L/usr/lib
330
-
331
+
331
332
EXTRA_DIST += \
332
333
$(pkgfiltersinclude_DATA ) \
333
334
cupsfilters/image.pgm \
@@ -371,16 +372,4 @@ install-data-hook:
371
372
uninstall-hook :
372
373
$(RM ) $(DESTDIR )$(pkgcharsetdir ) /pdf.utf-8
373
374
374
- SUBDIRS =
375
-
376
- # testdestdir := $(shell pwd)/test
377
- # testcases = 3
378
-
379
- # $(testdestdir)/cupsfilterssuite.exe: $(testdestdir)/cupsfilterssuite.c
380
- # gcc $< -L -D_GNU_SOURCE -lcupsfilters -lm -ldl -o $@
381
-
382
- # .PHONY: check
383
- # check:
384
- # echo "Running the input output test for universal..."
385
- # $(testdestdir)/cupsfilterssuite.exe $(testdestdir)/test-filter-cases.txt $(testcases) &> $(testdestdir)/Test_summary.txt
386
-
375
+ SUBDIRS =
0 commit comments