xserver

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

Makefile.am (428B)


      1 noinst_LTLIBRARIES = libhurd.la
      2 
      3 libhurd_la_SOURCES = hurd_bell.c hurd_init.c \
      4 		hurd_video.c \
      5 		$(srcdir)/../shared/VTsw_noop.c \
      6 		$(srcdir)/../shared/posix_tty.c \
      7 		$(srcdir)/../shared/vidmem.c \
      8 		$(srcdir)/../shared/sigiostubs.c \
      9 		$(srcdir)/../shared/pm_noop.c \
     10 		$(srcdir)/../shared/kmod_noop.c \
     11 		$(srcdir)/../shared/agp_noop.c
     12 
     13 AM_CFLAGS = -DHAVE_SYSV_IPC $(XORG_CFLAGS) $(DIX_CFLAGS)
     14 
     15 AM_CPPFLAGS = $(XORG_INCS)