summaryrefslogtreecommitdiff
path: root/hw/xprint/raster/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xprint/raster/Makefile.am')
-rw-r--r--hw/xprint/raster/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/xprint/raster/Makefile.am b/hw/xprint/raster/Makefile.am
new file mode 100644
index 000000000..fcd1e7334
--- /dev/null
+++ b/hw/xprint/raster/Makefile.am
@@ -0,0 +1,11 @@
+noinst_LTLIBRARIES = libraster.la
+
+INCLUDES = -I$(top_srcdir)/hw/xprint
+
+AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
+ -D_XP_PRINT_SERVER_ -DPSZ=8
+
+libraster_la_SOURCES = \
+ RasterAttVal.c \
+ Raster.c \
+ Raster.h