summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-31 19:44:12 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-31 19:44:12 +0000
commit89759c76ee1e3231ee89d4aafed3a88772ce2245 (patch)
treea712bb1ae7718f8ba422cd6c934d8a2f1a77584f /lib
parentb61c4cc4ab5d61d5d7c1a31e700bff8ad39fa079 (diff)
downloadelfutils-89759c76ee1e3231ee89d4aafed3a88772ce2245.tar.gz
Implement --build-id command line parameter for ld.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
-rw-r--r--lib/Makefile.am6
2 files changed, 8 insertions, 3 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index cc2850c3..1697d00e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-31 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.am (libeu_a_SOURCES): Add md5.c.
+ (noinst_HEADERS): Add md5.h.
+
2006-04-04 Ulrich Drepper <drepper@redhat.com>
* Makefile.am (libeu_a_SOURCES): We don't need xstrdup in the moment.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4218e963..7ee03463 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in
##
-## Copyright (C) 1996-2001, 2002, 2004, 2005 Red Hat, Inc.
+## Copyright (C) 1996-2001, 2002, 2004, 2005, 2008 Red Hat, Inc.
## This file is part of Red Hat elfutils.
##
## Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -36,9 +36,9 @@ INCLUDES = -I$(srcdir)/../libelf -I..
noinst_LIBRARIES = libeu.a
libeu_a_SOURCES = xstrndup.c xmalloc.c next_prime.c \
- crc32.c crc32_file.c
+ crc32.c crc32_file.c md5.c
-noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h
+noinst_HEADERS = fixedsizehash.h system.h dynamicsizehash.h list.h md5.h
EXTRA_DIST = dynamicsizehash.c
if !GPROF