diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 05:49:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 05:49:49 +0000 |
commit | e219f1c1b2a5a2e4f248714fdc93d031cdc5ee6a (patch) | |
tree | fa6765a61fa75066ddc0dd271135025748a7faf6 /libelf/Makefile.am | |
parent | 9fbf0d9bdcc9043491e7ea53e769506743160760 (diff) | |
download | elfutils-e219f1c1b2a5a2e4f248714fdc93d031cdc5ee6a.tar.gz |
propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50)
to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063)
Diffstat (limited to 'libelf/Makefile.am')
-rw-r--r-- | libelf/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/Makefile.am b/libelf/Makefile.am index 3cb858df..5bbb4220 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in ## -## Copyright (C) 1996-2006, 2007 Red Hat, Inc. +## Copyright (C) 1996-2006, 2007, 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 @@ -50,8 +50,7 @@ noinst_PROGRAMS = $(noinst_LIBRARIES:_pic.a=.so) endif include_HEADERS = libelf.h gelf.h nlist.h -euincludedir = $(includedir)/elfutils -euinclude_HEADERS = elf-knowledge.h +pkginclude_HEADERS = elf-knowledge.h libelf_a_SOURCES = elf_version.c elf_hash.c elf_error.c elf_fill.c \ elf_begin.c elf_next.c elf_rand.c elf_end.c elf_kind.c \ |