diff options
| author | Jan Kratochvil <[email protected]> | 2013-05-30 14:37:38 +0200 |
|---|---|---|
| committer | Jan Kratochvil <[email protected]> | 2013-11-07 21:39:00 +0100 |
| commit | 0b867460075c9f02cb305abc91a0e12b90017583 (patch) | |
| tree | 28f799db9b0eef70d0b4b5e81163b2fc62903470 /libebl/Makefile.am | |
| parent | 22f867adcc1258aeb88560fa8591ef071353bb22 (diff) | |
Unwinder for x86*.
Signed-off-by: Jan Kratochvil <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libebl/Makefile.am')
| -rw-r--r-- | libebl/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libebl/Makefile.am b/libebl/Makefile.am index 4d62fad1..4487c5f9 100644 --- a/libebl/Makefile.am +++ b/libebl/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in ## -## Copyright (C) 2000-2010 Red Hat, Inc. +## Copyright (C) 2000-2010, 2013 Red Hat, Inc. ## This file is part of elfutils. ## ## This file is free software; you can redistribute it and/or modify @@ -54,7 +54,7 @@ gen_SOURCES = eblopenbackend.c eblclosebackend.c eblstrtab.c \ eblreginfo.c eblnonerelocp.c eblrelativerelocp.c \ eblsysvhashentrysize.c eblauxvinfo.c eblcheckobjattr.c \ ebl_check_special_section.c ebl_syscall_abi.c eblabicfi.c \ - eblstother.c + eblstother.c eblinitreg.c libebl_a_SOURCES = $(gen_SOURCES) |
