mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-17 13:38:08 +02:00
22 lines
398 B
Makefile
22 lines
398 B
Makefile
INCLUDES = \
|
|
$(X_CFLAGS) \
|
|
-I$(top_srcdir)/hw/kdrive/src \
|
|
-I$(top_srcdir)/include \
|
|
-I$(top_srcdir)/mi \
|
|
-I$(top_srcdir)/fb \
|
|
-I$(top_srcdir)/miext/layer \
|
|
-I$(top_srcdir)/miext/shadow \
|
|
-I$(top_srcdir)/randr \
|
|
-I$(top_srcdir)/render
|
|
|
|
|
|
noinst_LTLIBRARIES = liblinux.la
|
|
|
|
liblinux_la_SOURCES = \
|
|
agp.c \
|
|
bus.c \
|
|
keyboard.c \
|
|
linux.c \
|
|
mouse.c \
|
|
ms.c \
|
|
ps2.c
|