From e219f1c1b2a5a2e4f248714fdc93d031cdc5ee6a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 9 Jan 2008 05:49:49 +0000 Subject: propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063) --- libasm/ChangeLog | 5 +++++ libasm/Makefile.am | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'libasm') diff --git a/libasm/ChangeLog b/libasm/ChangeLog index 78a895c2..1fe67565 100644 --- a/libasm/ChangeLog +++ b/libasm/ChangeLog @@ -1,3 +1,8 @@ +2008-01-08 Roland McGrath + + * Makefile.am (euinclude): Variable removed. + (pkginclude_HEADERS): Set this instead of euinclude_HEADERS. + 2007-12-20 Ulrich Drepper * disasm_cb.c: Add initial support to resolve addresses to symbols. diff --git a/libasm/Makefile.am b/libasm/Makefile.am index 95939617..bd5779e8 100644 --- a/libasm/Makefile.am +++ b/libasm/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in ## -## Copyright (C) 2002, 2004, 2005, 2006 Red Hat, Inc. +## Copyright (C) 2002, 2004, 2005, 2006, 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 @@ -45,8 +45,7 @@ if !MUDFLAP noinst_LIBRARIES = libasm_pic.a noinst_PROGRAMS = $(noinst_LIBRARIES:_pic.a=.so) endif -euincludedir = ${includedir}/elfutils -euinclude_HEADERS = libasm.h +pkginclude_HEADERS = libasm.h libasm_a_SOURCES = asm_begin.c asm_abort.c asm_end.c asm_error.c \ asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \ -- cgit v1.2.3