cups-filters/cups-filters-pcl.patch

20 lines
481 B
Diff
Raw Normal View History

diff -up cups-filters-1.0.34/Makefile.am.pcl cups-filters-1.0.34/Makefile.am
--- cups-filters-1.0.34/Makefile.am.pcl 2013-03-19 16:19:30.000000000 +0100
+++ cups-filters-1.0.34/Makefile.am 2013-05-15 15:33:37.094839315 +0200
@@ -213,6 +213,15 @@ pkgdriver_DATA = \
EXTRA_DIST += $(pkgdriver_DATA)
+# =======
+# Definitions for drivers
+# =======
+pkgppdcdir = $(CUPS_DATADIR)/ppdc
+pkgppdc_DATA = \
+ filter/pcl.h
+
+EXTRA_DIST += $(pkgppdc_DATA)
+
# =====
# MIMEs
# =====