xserver

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

Makefile.am (353B)


      1 noinst_LTLIBRARIES = libCGLCore.la
      2 AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS)
      3 AM_CPPFLAGS = \
      4 	-I$(top_srcdir) \
      5 	-I$(top_srcdir)/glx \
      6 	-I$(top_srcdir)/hw/xquartz \
      7 	-I$(top_srcdir)/hw/xquartz/xpr \
      8 	-I$(top_srcdir)/miext/damage
      9 
     10 libCGLCore_la_SOURCES = \
     11 	indirect.c \
     12 	capabilities.c \
     13 	visualConfigs.c
     14 
     15 EXTRA_DIST = \
     16 	capabilities.h \
     17 	visualConfigs.h