diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-07 00:33:41 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-07 00:33:41 +0000 |
commit | 3c58072956c28ebc3ca2eb50c1ff09823e1219d7 (patch) | |
tree | 0ecb242b5abf5f5c7ee4d95c27f6c91e31b183ad /Xprint | |
parent | 07303c1b42afd1ada98cbc11d1ba616d366017fb (diff) |
One more build fix.
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/pcl/Makefile.am.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/pcl/Makefile.am.inc b/Xprint/pcl/Makefile.am.inc index 5b16bd5b4..585ce4839 100644 --- a/Xprint/pcl/Makefile.am.inc +++ b/Xprint/pcl/Makefile.am.inc @@ -1,7 +1,7 @@ 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 + -D_XP_PRINT_SERVER_ -DPSZ=8 $(PCL_DRIVER) libpcl_la_SOURCES = \ $(srcdir)/../pcl/PclArc.c \ |