Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2016-05-29 12:02:34
    Hash : e927c03e
    Message : Update to xserver 1.18.3. Tested by shadchin@ and naddy@. Note that indirect GLX is now disbled by default.

  • xserver/exa/Makefile.am
  • noinst_LTLIBRARIES = libexa.la
    
    if XORG
    sdk_HEADERS = exa.h
    endif
    
    AM_CPPFLAGS = $(XORG_INCS)
    
    AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
    
    libexa_la_SOURCES = \
    	exa.c \
    	exa.h \
    	exa_classic.c \
    	exa_migration_classic.c \
    	exa_driver.c \
    	exa_mixed.c \
    	exa_migration_mixed.c \
    	exa_accel.c \
    	exa_glyphs.c \
    	exa_offscreen.c \
    	exa_render.c \
    	exa_priv.h \
    	exa_unaccel.c