diff options
author | Adam Jackson <ajax@redhat.com> | 2008-05-12 14:15:11 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-05-12 14:15:11 -0400 |
commit | 1c8bd318fbaf65890ef16fe26c76dd5e6f14dfde (patch) | |
tree | 6a8f0d7c2d119ba69c84827c819f36eb7181e936 /Xext/Makefile.am | |
parent | f9fae16456c30479b0cb9317e57200af36795785 (diff) |
X n'est pas une print API.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index b03fedaa3..c5c5d2ee6 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -98,12 +98,6 @@ if XEVIE BUILTIN_SRCS += $(XEVIE_SRCS) endif -# XPrint: Printing via X Protocol -XPRINT_SRCS = xprint.c -if XPRINT -BUILTIN_SRCS += $(XPRINT_SRCS) -endif - # Multi-buffering extension MULTIBUFFER_SRCS = mbuf.c EXTRA_MULTIBUFFER_SRCS = mbufbf.c mbufpx.c @@ -149,7 +143,6 @@ EXTRA_DIST = \ $(XCALIBRATE_SRCS) \ $(XINERAMA_SRCS) \ $(XEVIE_SRCS) \ - $(XPRINT_SRCS) \ $(MULTIBUFFER_SRCS) \ $(EXTRA_MULTIBUFFER_SRCS) \ $(FONTCACHE_SRCS) \ |