Missed file.
This commit is contained in:
parent
13c9e0c094
commit
25babf2791
|
@ -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
|
Loading…
Reference in New Issue