A generic touchscreen calibration program for X.Org
Revisión | 6b61cd8829617d586becf19f5ee28f4e4ccc3fb8 (tree) |
---|---|
Tiempo | 2010-08-03 05:47:36 |
Autor | David Ludlow <davel@adsl...> |
Commiter | Tias Guns |
rpm: makefile additions
@@ -27,10 +27,14 @@ | ||
27 | 27 | AUTOMAKE_OPTIONS = foreign |
28 | 28 | SUBDIRS = src man scripts |
29 | 29 | |
30 | -EXTRA_DIST = autogen.sh Changelog | |
30 | +EXTRA_DIST = autogen.sh Changelog xinput_calibrator.spec | |
31 | 31 | |
32 | 32 | icon_DATA = scripts/xinput_calibrator.svg scripts/xinput_calibrator.xpm |
33 | 33 | icondir = $(datadir)/pixmaps |
34 | 34 | |
35 | 35 | util_DATA = scripts/xinput_calibrator.desktop |
36 | 36 | utildir = $(datadir)/applications |
37 | + | |
38 | +dist-rpm: dist-gzip | |
39 | + rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz; | |
40 | + |
@@ -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 | + xinput_calibrator.spec | |
75 | 76 | scripts/Makefile |
76 | 77 | src/Makefile |
77 | 78 | src/calibrator/Makefile |