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 /hw/Makefile.am | |
parent | f9fae16456c30479b0cb9317e57200af36795785 (diff) |
X n'est pas une print API.
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am index c2b9571b9..4589b7eef 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -26,10 +26,6 @@ if KDRIVE KDRIVE_SUBDIRS = kdrive endif -if XPRINT -XPRINT_SUBDIRS = xprint -endif - if XQUARTZ XQUARTZ_SUBDIRS = xquartz endif @@ -42,10 +38,9 @@ SUBDIRS = \ $(XNEST_SUBDIRS) \ $(DMX_SUBDIRS) \ $(KDRIVE_SUBDIRS) \ - $(XQUARTZ_SUBDIRS) \ - $(XPRINT_SUBDIRS) + $(XQUARTZ_SUBDIRS) -DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint +DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl relink: for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done |