mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 07:30:08 +01:00
CFLAGS is a user variable, extracted from the environment at configure time and settable by the user at build time. We must not override this variable.
9 lines
264 B
Makefile
9 lines
264 B
Makefile
module_LTLIBRARIES = libvgahw.la
|
|
libvgahw_la_LDFLAGS = -avoid-version
|
|
libvgahw_la_SOURCES = vgaHW.c vgaHWmodule.c
|
|
INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c
|
|
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
|
|
|
|
sdk_HEADERS = vgaHW.h
|
|
|
|
EXTRA_DIST = vgaCmap.c
|