xserver

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

Makefile.am (646B)


      1 noinst_LTLIBRARIES = libdri.la
      2 AM_CFLAGS = -I$(top_srcdir)/hw/xfree86/common \
      3             -I$(top_srcdir)/hw/xfree86/os-support \
      4             -I$(top_srcdir)/hw/xfree86/modes \
      5             -I$(top_srcdir)/hw/xfree86/ddc \
      6             -I$(top_srcdir)/hw/xfree86/i2c \
      7             -I$(top_srcdir)/hw/xfree86/parser \
      8             -I$(top_srcdir)/hw/xfree86/ramdac \
      9             -I$(top_srcdir)/hw/xfree86/os-support/bus \
     10             -I$(top_srcdir)/glx \
     11             -DHAVE_XORG_CONFIG_H \
     12             @DIX_CFLAGS@ @XORG_CFLAGS@
     13 libdri_la_SOURCES = \
     14 	dri.c \
     15 	dri.h \
     16 	dristruct.h \
     17 	sarea.h \
     18 	xf86dri.c
     19 
     20 sdk_HEADERS = dri.h sarea.h dristruct.h