Edit

IABSD.fr/xenocara/xserver/miext/sync/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-05-02 19:27:46
    Hash : 3bbfe7b1
    Message : Update to xserver 1.15.1. Tested by at least ajacoutot@, dcoppa@ & jasper@

  • xserver/miext/sync/Makefile.am
  • noinst_LTLIBRARIES = libsync.la
    
    AM_CFLAGS = $(DIX_CFLAGS)
    
    AM_CPPFLAGS = 
    
    if XORG
    sdk_HEADERS = misync.h misyncstr.h misyncshm.h misyncfd.h
    endif
    
    XSHMFENCE_SRCS = misyncshm.c
    
    libsync_la_SOURCES =	\
    	misync.c	\
    	misync.h	\
    	misyncfd.c	\
    	misyncstr.h
    
    if XSHMFENCE
    libsync_la_SOURCES += $(XSHMFENCE_SRCS)
    endif