diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-09-11 17:06:32 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-09-11 17:06:32 +0300 |
commit | 68059334ff435300ab1ce2c616b0eee1b0d88dd9 (patch) | |
tree | dcfcae911cfe11a5b39f7eca75c4b985a114ec20 | |
parent | Use $(LN_EXEEXT) in symlinks to executables. (diff) | |
download | xz-68059334ff435300ab1ce2c616b0eee1b0d88dd9.tar.xz |
Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors.
-rw-r--r-- | dos/config.h | 3 | ||||
-rw-r--r-- | windows/config.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dos/config.h b/dos/config.h index 9c9fff02..dfd6f797 100644 --- a/dos/config.h +++ b/dos/config.h @@ -140,6 +140,9 @@ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" +/* Define to the URL of the home page of this package. */ +#define PACKAGE_HOMEPAGE "http://tukaani.org/xz/" + /* Define to the full name of this package. */ #define PACKAGE_NAME "XZ Utils" diff --git a/windows/config.h b/windows/config.h index 4d337134..915f6bd3 100644 --- a/windows/config.h +++ b/windows/config.h @@ -143,6 +143,9 @@ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org" +/* Define to the URL of the home page of this package. */ +#define PACKAGE_HOMEPAGE "http://tukaani.org/xz/" + /* Define to the full name of this package. */ #define PACKAGE_NAME "XZ Utils" |