summaryrefslogtreecommitdiff
path: root/hw/kdrive/Makefile.am
blob: a98a5b2ff45963ebda858f1afa172df1e8846019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SUBDIRS =	\
	vesa	\
	linux

INCLUDES = 					\
	-I$(top_srcdir)/fb			\
	-I$(top_srcdir)/include			\
	-I$(top_srcdir)/mi			\
	-I$(top_srcdir)/miext/shadow		\
	-I$(top_srcdir)/randr			\
	-I$(top_srcdir)/render			


noinst_LTLIBRARIES = libkdrive.la

libkdrive_la_SOURCES =	\
	kaa.c		\
	kasync.c	\
	kcmap.c		\
	kcolor.c	\
	kcurscol.c	\
	kdrive.c	\
	kinfo.c		\
	kinput.c	\
	kmap.c		\
	kmode.c		\
	knoop.c		\
	kpict.c		\
	kshadow.c	\
	ktest.c		\
	kxv.c		\
	vga.c