xserver

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

Makefile.am (610B)


      1 SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS)
      2 DIST_SUBDIRS = bsd bus misc linux solaris stub hurd
      3 
      4 sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h
      5 
      6 EXTRA_DIST = int10Defines.h xf86OSpriv.h
      7 
      8 # to get the grouping semantics right, you have to glom these three together
      9 # as one library, otherwise libtool will actively defeat your attempts to
     10 # list them multiple times on the link line.
     11 noinst_LTLIBRARIES = libxorgos.la
     12 libxorgos_la_SOURCES =
     13 libxorgos_la_LIBADD = @XORG_OS_SUBDIR@/lib@XORG_OS_SUBDIR@.la \
     14                       bus/libbus.la \
     15                       misc/libmisc.la
     16 
     17 AM_CFLAGS = $(DIX_CFLAGS) 
     18