xserver

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

Makefile.am (346B)


      1 noinst_LTLIBRARIES = libpresent.la
      2 AM_CFLAGS = \
      3 	@DIX_CFLAGS@
      4 
      5 libpresent_la_SOURCES = \
      6 	present.h \
      7 	present.c \
      8 	present_event.c \
      9 	present_execute.c \
     10 	present_fake.c \
     11 	present_fence.c \
     12 	present_notify.c \
     13 	present_priv.h \
     14 	present_request.c \
     15 	present_scmd.c \
     16 	present_screen.c \
     17 	present_vblank.c
     18 
     19 sdk_HEADERS = present.h presentext.h