summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-04-09Added X include files so that the driver can be compiledPeter Osterlund
without an external XFree86 source tree.
2006-04-09Reverted change bbb485a01aa2b24638875c97f80121ddd027b6f2. It's betterPeter Osterlund
to build the binary for 4.2.0 because this will work for both 4.2 and 4.3.
2006-04-09Made "make tags" work for emacs.Peter Osterlund
2006-04-09Changed Makefile to build for XFree86 version 4.3.0 byPeter Osterlund
default.
2006-04-09Added #define's for the constants used by the linux eventPeter Osterlund
interface.
2006-04-09Implemented "make install".Peter Osterlund
2006-04-09Added include path needed in gentoo linux. Reported byPeter Osterlund
Christian Storm <Christian.Storm@Fortytwo.Uni-Oldenburg.de>.
2006-04-09Updated the synclient program to make it possible to readPeter Osterlund
and write the variables in the shared memory area.
2006-04-09Build improvements.Peter Osterlund
* Build synclient by default. * Made it possible to build synclient even if an X source tree is not available. * Added Makefile dependencies so that things get recompiled when a header file is changed. * synclient.c now includes synaptics.h instead of duplicating the shared memory segment definitions.
2006-04-09Merged some stuff from version 0.11.3.Peter Osterlund
2006-04-09Modifications to make builds on rh73 work. Note that an XPeter Osterlund
source tree is required in /usr/src/redhat/BUILD/XFree86-4.2.0/xc.
2006-04-09Added source code for the synaptics touchpad XFree86Peter Osterlund
driver.