diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-06-01 22:06:41 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-06-01 22:06:41 +0000 |
commit | a9ed5a87902a839a5a135af03db78f113b18bd86 (patch) | |
tree | b5144cf8f4a1e896c6bf5d70873ac2acf61d0ec6 /Makefile.am | |
parent | df6da66525836d515f408a82f1a13ca5251ff0f7 (diff) |
Kill LBX, too.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 489d0868f..773e7690f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,10 +31,6 @@ XPDDX_DIR=Xprint XPCONFIG_DIR=XpConfig endif -if LBX -LBX_DIR=lbx -endif - if XINPUT XINPUT_DIR=Xi endif @@ -67,7 +63,6 @@ SUBDIRS = \ $(XTRAP_DIR) \ $(COMPOSITE_DIR) \ $(GLX_DIR) \ - $(LBX_DIR) \ exa \ hw \ $(XPDDX_DIR) \ @@ -108,8 +103,7 @@ DIST_SUBDIRS = \ exa \ hw \ Xprint \ - XpConfig \ - lbx + XpConfig # gross hack relink: all |