diff options
Diffstat (limited to 'package/xinput_calibrator/Makefile')
-rw-r--r-- | package/xinput_calibrator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xinput_calibrator/Makefile b/package/xinput_calibrator/Makefile index e4db834c3..330c53ff3 100644 --- a/package/xinput_calibrator/Makefile +++ b/package/xinput_calibrator/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= libstdcxx PKG_URL:= http://github.com/downloads/tias/xinput_calibrator/ PKG_SITES:= http://openadk.org/distfiles/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,XINPUT_CALIBRATOR,xinput-calibrator,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |