summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-08-14 23:18:53 +0200
committerChristoph Brill <egore911@egore911.de>2008-08-14 23:39:13 +0200
commit6e35b673629bb9ddee4373fbdff79238b2160cff (patch)
tree1b4ba8cecbd28e4cad8983d56d612eeca2051947 /configure.ac
parent07ed81b7af0b63f351d9c1435309ef0a40a3aa49 (diff)
Add .fdi file from gentoo (also used by pld)
This file causes devices having the capability "input.touchpad" to use our driver if they were made by Synaptics or ALPS. This file might need additions for other devices (i.e. I don't think Apple hardware is covered by this file). Note: This file is not installed by default. Distributions are free to install it or leave it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2f8ae3..073e9a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,4 +120,5 @@ XORG_RELEASE_VERSION
AC_OUTPUT([Makefile
src/Makefile
man/Makefile
- tools/Makefile])
+ tools/Makefile
+ fdi/Makefile])