diff options
author | Mark Wielaard <mark@klomp.org> | 2016-12-24 22:31:41 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2016-12-24 22:51:32 +0100 |
commit | 1700fd25e6caf26663af2bd994d1d99fab9df59f (patch) | |
tree | 9a0bb382900e622e39e876b85c07e485d2b5c86b /lib/Makefile.am | |
parent | 0d0f8450ffc6135c0938308254f378ac79612e75 (diff) | |
download | elfutils-1700fd25e6caf26663af2bd994d1d99fab9df59f.tar.gz |
http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
fedorahosted used to be our home, but we are now hosted at sourceware.
Change the elfutils project home to http://elfutils.org/
Point hosted services (email, release, git, bug tracker and web pages)
to https://sourceware.org/elfutils/
Move design notes from README to NOTES.
Add URLs for home, releases, bugs, git and mailinglist to README.
Make the --version output of all tools the same by using a common
print_version function and update the publicly shown copyright holder
to the elfutils developers.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7ca2bd41..1ad9ce8f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ noinst_LIBRARIES = libeu.a libeu_a_SOURCES = xstrdup.c xstrndup.c xmalloc.c next_prime.c \ crc32.c crc32_file.c md5.c sha1.c \ - color.c + color.c version.c noinst_HEADERS = fixedsizehash.h libeu.h system.h dynamicsizehash.h list.h \ md5.h sha1.h eu-config.h |