diff options
author | Adam Jackson <ajax@redhat.com> | 2008-06-25 09:52:36 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-06-25 09:52:36 -0400 |
commit | cbc20d92de92aad5ca240310a9156ccf97c24a01 (patch) | |
tree | d05c020ad7ff192172efb8d2e66bb8ca5aff4943 /Makefile.am | |
parent | a81b5ce452766bbc4b2ac0849711284ba8591b46 (diff) |
XTrap delenda est.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 116e4feab..aa9c8b6f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,10 +5,6 @@ if COMPOSITE COMPOSITE_DIR=composite endif -if XTRAP -XTRAP_DIR=XTrap -endif - if GLX GLX_DIR=glx endif @@ -38,7 +34,6 @@ SUBDIRS = \ $(RECORD_DIR) \ xfixes \ damageext \ - $(XTRAP_DIR) \ $(COMPOSITE_DIR) \ $(GLX_DIR) \ exa \ @@ -80,7 +75,6 @@ DIST_SUBDIRS = \ record \ xfixes \ damageext \ - XTrap \ composite \ glx \ exa \ |