summaryrefslogtreecommitdiff
path: root/libdwfl/Makefile.am
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2006-02-27 04:54:26 +0000
committerRoland McGrath <roland@redhat.com>2006-02-27 04:54:26 +0000
commit0833312829020d8283bdae9cd0a7c3ce995110b4 (patch)
treee8b9a54c8a58a534ca9b9e92a68c3df064843225 /libdwfl/Makefile.am
parent687d7e9bd154a4b1f22b5e3ed7c6c904e421e871 (diff)
downloadelfutils-0833312829020d8283bdae9cd0a7c3ce995110b4.tar.gz
libdw/
2006-02-22 Roland McGrath <roland@redhat.com> * libdw.map: Bump to 0.120; export dwfl_version. libdwfl/ * dwfl_version.c: New file. * Makefile.am (libdwfl_a_SOURCES): Add it. * libdwfl.h: Declare dwfl_version.
Diffstat (limited to 'libdwfl/Makefile.am')
-rw-r--r--libdwfl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdwfl/Makefile.am b/libdwfl/Makefile.am
index 787427ca..1c73109e 100644
--- a/libdwfl/Makefile.am
+++ b/libdwfl/Makefile.am
@@ -2,7 +2,7 @@
##
## Process this file with automake to create Makefile.in
##
-## Copyright (C) 2005 Red Hat, Inc.
+## Copyright (C) 2005, 2006 Red Hat, Inc.
##
## This program is Open Source software; you can redistribute it and/or
## modify it under the terms of the Open Software License version 1.0 as
@@ -36,7 +36,7 @@ endif
euincludedir = ${includedir}/elfutils
euinclude_HEADERS = libdwfl.h
-libdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c \
+libdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c dwfl_version.c \
dwfl_module.c dwfl_report_elf.c relocate.c \
derelocate.c offline.c \
dwfl_module_info.c dwfl_getmodules.c \