xserver

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

Makefile.am (442B)


      1 noinst_LTLIBRARIES = libstub.la
      2 
      3 AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
      4 
      5 AM_CPPFLAGS = $(XORG_INCS)
      6 
      7 libstub_la_SOURCES = \
      8 	$(srcdir)/../shared/VTsw_noop.c \
      9 	$(srcdir)/../shared/agp_noop.c \
     10 	$(srcdir)/../shared/ioperm_noop.c \
     11 	$(srcdir)/../shared/kmod_noop.c \
     12 	$(srcdir)/../shared/pm_noop.c \
     13 	$(srcdir)/../shared/vidmem.c \
     14 	$(srcdir)/../shared/posix_tty.c \
     15 	$(srcdir)/../shared/sigio.c \
     16 	stub_bell.c \
     17 	stub_init.c \
     18 	stub_video.c