diff options
author | Christoph Brill <egore911@egore911.de> | 2008-08-14 23:18:53 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-08-14 23:39:13 +0200 |
commit | 6e35b673629bb9ddee4373fbdff79238b2160cff (patch) | |
tree | 1b4ba8cecbd28e4cad8983d56d612eeca2051947 /Makefile.am | |
parent | 07ed81b7af0b63f351d9c1435309ef0a40a3aa49 (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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3e06dc1..7636621 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,4 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man tools +SUBDIRS = src man tools fdi |