mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 19:20:10 +01:00
Add Makefile.am
This commit is contained in:
parent
ef8977a30c
commit
0d775576b9
1 changed files with 22 additions and 0 deletions
22
hw/kdrive/linux/Makefile.am
Normal file
22
hw/kdrive/linux/Makefile.am
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
INCLUDES = \
|
||||
$(X_CFLAGS) \
|
||||
-I$(top_srcdir)/hw/kdrive \
|
||||
-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
|
||||
Loading…
Add table
Reference in a new issue