xserver

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

Makefile.am (517B)


      1 noinst_LTLIBRARIES = libXquartzXpr.la
      2 
      3 AM_CFLAGS =  $(DIX_CFLAGS)
      4 AM_CPPFLAGS = \
      5 	-I$(srcdir) -I$(srcdir)/.. \
      6 	-I$(top_builddir)/pseudoramiX \
      7 	-I$(top_srcdir)/miext \
      8 	-I$(top_srcdir)/miext/rootless
      9 
     10 libXquartzXpr_la_SOURCES = \
     11 	appledri.c \
     12 	dri.c \
     13 	driWrap.c \
     14 	xprAppleWM.c \
     15 	xprCursor.c \
     16 	xprEvent.c \
     17 	xprFrame.c \
     18 	xprScreen.c \
     19 	x-hash.c \
     20 	x-hook.c \
     21 	x-list.c
     22 
     23 EXTRA_DIST = \
     24 	dri.h \
     25 	driWrap.h \
     26 	dristruct.h \
     27 	appledri.h \
     28 	appledristr.h \
     29 	x-hash.h \
     30 	x-hook.h \
     31 	x-list.h \
     32 	xpr.h \
     33 	xprEvent.h