summaryrefslogtreecommitdiff
path: root/Xprint
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-01-06 23:36:53 +0000
committerAdam Jackson <ajax@nwnk.net>2006-01-06 23:36:53 +0000
commit25babf2791ad42101a86ba2a0f14564328256ee2 (patch)
treeb5e63574d3f76049409dc67788fb71fe7b59dd45 /Xprint
parent13c9e0c094c4e34cd1e43a7cc08b2dca39a32412 (diff)
Missed file.
Diffstat (limited to 'Xprint')
-rw-r--r--Xprint/pcl/Makefile.am.inc29
1 files changed, 29 insertions, 0 deletions
diff --git a/Xprint/pcl/Makefile.am.inc b/Xprint/pcl/Makefile.am.inc
new file mode 100644
index 000000000..1ea53dd05
--- /dev/null
+++ b/Xprint/pcl/Makefile.am.inc
@@ -0,0 +1,29 @@
+INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
+
+AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
+ -D_XP_PRINT_SERVER_ -DPSZ=8
+
+libpcl_la_SOURCES = \
+ PclArc.c \
+ PclArea.c \
+ PclAttr.c \
+ PclAttVal.c \
+ PclColor.c \
+ PclCursor.c \
+ PclDef.h \
+ PclFonts.c \
+ PclGC.c \
+ Pcl.h \
+ PclInit.c \
+ PclLine.c \
+ Pclmap.h \
+ PclMisc.c \
+ PclPixel.c \
+ PclPixmap.c \
+ PclPolygon.c \
+ PclPrint.c \
+ PclSFonts.c \
+ PclSFonts.h \
+ PclSpans.c \
+ PclText.c \
+ PclWindow.c