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