xserver

xserver with xephyr scale patch
git clone https://git.neptards.moe/u3shit/xserver.git
Log | Files | Refs | README | LICENSE

Makefile.am (313B)


      1 noinst_LTLIBRARIES = libsync.la
      2 
      3 AM_CFLAGS = $(DIX_CFLAGS)
      4 
      5 AM_CPPFLAGS = 
      6 
      7 if XORG
      8 sdk_HEADERS = misync.h misyncstr.h misyncshm.h misyncfd.h
      9 endif
     10 
     11 XSHMFENCE_SRCS = misyncshm.c
     12 
     13 libsync_la_SOURCES =	\
     14 	misync.c	\
     15 	misync.h	\
     16 	misyncfd.c	\
     17 	misyncstr.h
     18 
     19 if XSHMFENCE
     20 libsync_la_SOURCES += $(XSHMFENCE_SRCS)
     21 endif