Edit

IABSD.fr/xenocara/xserver/GL/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-26 18:13:41
    Hash : 889b8606
    Message : Importing xserver from X.Org 7.2RC2

  • xserver/GL/Makefile.am
  • SUBDIRS = glx mesa
    
    # someone could get really crazy someday and add support for the SI...
    
    # xwin/darwin/xfree86 have their accel support under the DDX
    
    APPLE_EXTRAS = \
    	apple/aglGlx.c \
    	apple/indirect.c
    WINDOWS_EXTRAS = \
    	windows/ChangeLog \
    	windows/glwindows.h \
    	windows/glwrap.c \
    	windows/indirect.c
    
    EXTRA_DIST = symlink-mesa.sh $(APPLE_EXTRAS) $(WINDOWS_EXTRAS)