diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index d2e10acaf..4ed30dc89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,16 +9,12 @@ if XTRAP XTRAP_DIR=XTrap endif -if AFB -AFB_DIR=afb -endif - if MFB MFB_DIR=mfb endif if GLX -GLX_DIR=GL +GLX_DIR=glx endif if DBE @@ -44,7 +40,6 @@ SUBDIRS = \ xkb \ $(DBE_DIR) \ $(MFB_DIR) \ - $(AFB_DIR) \ $(RECORD_DIR) \ xfixes \ damageext \ @@ -88,13 +83,12 @@ DIST_SUBDIRS = \ xkb \ dbe \ mfb \ - afb \ record \ xfixes \ damageext \ XTrap \ composite \ - GL \ + glx \ exa \ config \ hw |