Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2011-04-02 16:08:38
    Hash : 4a238ea6
    Message : Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@

  • xserver/hw/xquartz/GL/Makefile.am
  • noinst_LTLIBRARIES = libCGLCore.la
    AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS)
    AM_CPPFLAGS = \
    	-I$(top_srcdir) \
    	-I$(top_srcdir)/glx \
    	-I$(top_srcdir)/hw/xquartz \
    	-I$(top_srcdir)/hw/xquartz/xpr \
    	-I$(top_srcdir)/miext/damage
    
    libCGLCore_la_SOURCES = \
    	indirect.c \
    	capabilities.c \
    	visualConfigs.c
    
    EXTRA_DIST = \
    	capabilities.h \
    	visualConfigs.h