xserver

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

Makefile.am (207B)


      1 noinst_LTLIBRARIES = libdamage.la
      2 
      3 AM_CFLAGS = $(DIX_CFLAGS)
      4 
      5 AM_CPPFLAGS = -I$(srcdir)/../cw
      6 
      7 if XORG
      8 sdk_HEADERS = damage.h damagestr.h
      9 endif
     10 
     11 libdamage_la_SOURCES =	\
     12 	damage.c	\
     13 	damage.h	\
     14 	damagestr.h