Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-11-24 17:55:21
    Hash : b14d6de7
    Message : xserver 1.4

  • xserver/GL/apple/Makefile.am
  • AM_CFLAGS = -I$(top_srcdir) \
    	 -I$(top_srcdir)/hw/darwin/quartz \
    	 -I$(top_srcdir)/GL/glx \
    	 -I$(top_srcdir)/hw/darwin/quartz/cr \
    	 -I$(top_srcdir)/GL/include
    
    if HAVE_AGL_FRAMEWORK
    noinst_LIBRARIES = libAGLcore.a 
    libAGLcore_a_SOURCES = aglGlx.c \
    		       $(top_srcdir)/hw/darwin/quartz/xpr/x-list.c \
    		       $(top_srcdir)/hw/darwin/quartz/xpr/x-list.h \
    		       $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.c \
    		       $(top_srcdir)/hw/darwin/quartz/xpr/x-hash.h \
    		       $(top_srcdir)/hw/dmx/glxProxy/compsize.c
    endif