A generic touchscreen calibration program for X.Org
修订版 | 248f9d25169f5c1664889b4bad93d3329c03ded8 (tree) |
---|---|
时间 | 2010-07-03 23:45:09 |
作者 | Tias Guns <tias@ulys...> |
Commiter | Tias Guns |
more distcheck makefile fixes: scripts/ dir
@@ -25,7 +25,7 @@ | ||
25 | 25 | # |
26 | 26 | |
27 | 27 | AUTOMAKE_OPTIONS = foreign |
28 | -SUBDIRS = src man | |
28 | +SUBDIRS = src man scripts | |
29 | 29 | |
30 | 30 | EXTRA_DIST = autogen.sh |
31 | 31 |
@@ -72,6 +72,7 @@ AM_CONDITIONAL([BUILD_X11], [test "x$with_gui" = xx11]) | ||
72 | 72 | AC_SUBST(VERSION) |
73 | 73 | |
74 | 74 | AC_OUTPUT([Makefile |
75 | + scripts/Makefile | |
75 | 76 | src/Makefile |
76 | 77 | src/calibrator/Makefile |
77 | 78 | src/gui/Makefile |
@@ -0,0 +1,6 @@ | ||
1 | +EXTRA_DIST = \ | |
2 | + xinput_calibrator.desktop \ | |
3 | + xinput_calibrator_get_hal_calibration.sh \ | |
4 | + xinput_calibrator_pointercal.sh \ | |
5 | + xinput_calibrator.svg \ | |
6 | + xinput_calibrator.xpm |