xserver

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

Makefile.am (231B)


      1 noinst_LTLIBRARIES = libcomposite.la
      2 
      3 AM_CFLAGS = $(DIX_CFLAGS)
      4 
      5 if XORG
      6 sdk_HEADERS = compositeext.h
      7 endif
      8 
      9 libcomposite_la_SOURCES = 	\
     10 	compalloc.c		\
     11 	compext.c		\
     12 	compint.h		\
     13 	compinit.c		\
     14 	compoverlay.c		\
     15 	compwindow.c