xserver

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

Makefile.am (372B)


      1 noinst_LTLIBRARIES = libexa.la
      2 
      3 if XORG
      4 sdk_HEADERS = exa.h
      5 endif
      6 
      7 AM_CPPFLAGS = $(XORG_INCS)
      8 
      9 AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
     10 
     11 libexa_la_SOURCES = \
     12 	exa.c \
     13 	exa.h \
     14 	exa_classic.c \
     15 	exa_migration_classic.c \
     16 	exa_driver.c \
     17 	exa_mixed.c \
     18 	exa_migration_mixed.c \
     19 	exa_accel.c \
     20 	exa_glyphs.c \
     21 	exa_offscreen.c \
     22 	exa_render.c \
     23 	exa_priv.h \
     24 	exa_unaccel.c