diff options
author | Keith Packard <keithp@keithp.com> | 2003-09-11 03:26:03 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-09-11 03:26:03 +0000 |
commit | 0d775576b9b3cf410e9a463b87340612d34bc13d (patch) | |
tree | 1ae7a3584b1dc48f6747e6ce8c327bf1bc6e6d7b /hw/kdrive | |
parent | ef8977a30ccb55af8e8bbb635127efb94f232983 (diff) |
Add Makefile.am
Diffstat (limited to 'hw/kdrive')
-rw-r--r-- | hw/kdrive/linux/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/hw/kdrive/linux/Makefile.am b/hw/kdrive/linux/Makefile.am new file mode 100644 index 000000000..500c1d3d8 --- /dev/null +++ b/hw/kdrive/linux/Makefile.am @@ -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 |