Change the tarball name to be all lower case to match udisks and udev

This commit is contained in:
Richard Hughes 2010-03-26 13:04:28 +00:00
parent 6d607a406c
commit edffa8830d

View file

@ -7,7 +7,7 @@ m4_define([up_version],
[up_major_version.up_minor_version.up_micro_version])
AC_PREREQ(2.65)
AC_INIT([UPower],[up_version],[richard@hughsie.com],[UPower])
AC_INIT([upower],[up_version],[richard@hughsie.com],[upower])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2])
AC_CONFIG_HEADERS([config.h])