diff options
author | Adam Jackson <ajax@theobromine.nwnk.net> | 2006-06-18 21:07:28 -0400 |
---|---|---|
committer | Adam Jackson <ajax@theobromine.nwnk.net> | 2006-06-18 21:07:28 -0400 |
commit | 71fbda8049f64c7fefae8ab817fb5f37ee2ee134 (patch) | |
tree | 34e5b67e9d9118a3fafd6c4a6ff5bc12db5f0d45 /Makefile.am | |
parent | 868e2cab706e317618646e064b0559d4e68c7b32 (diff) |
Xprint/ -> hw/xprint
XpConfig -> hw/xprint/config
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 773e7690f..c425cc6bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,11 +26,6 @@ if GLX GLX_DIR=GL endif -if XPRINT -XPDDX_DIR=Xprint -XPCONFIG_DIR=XpConfig -endif - if XINPUT XINPUT_DIR=Xi endif @@ -64,9 +59,7 @@ SUBDIRS = \ $(COMPOSITE_DIR) \ $(GLX_DIR) \ exa \ - hw \ - $(XPDDX_DIR) \ - $(XPCONFIG_DIR) + hw aclocaldir = $(datadir)/aclocal aclocal_DATA = xorg-server.m4 @@ -101,9 +94,7 @@ DIST_SUBDIRS = \ composite \ GL \ exa \ - hw \ - Xprint \ - XpConfig + hw # gross hack relink: all |