diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-25 18:10:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-25 18:10:26 +0000 |
commit | 8f301ca04fca91fcba4d8f6f70200b4f9a006d66 (patch) | |
tree | 02d837cbb1b7fd97952f92aff9850e56b291936e /Makefile.am | |
parent | 4d60b61a606d333bc76b420ba80174be672d35c0 (diff) |
Implement device properties for calibration data.
Setting the properties also write to the kernel table.
The calibration code can now change the data without quitting X.
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 52b7eba..657885c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,4 +14,4 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # AUTOMAKE_OPTIONS= foreign -SUBDIRS= src man +SUBDIRS= src man include |