summaryrefslogtreecommitdiffstats
path: root/loc2c.c
diff options
context:
space:
mode:
authorroland <roland>2005-07-29 08:36:58 +0000
committerroland <roland>2005-07-29 08:36:58 +0000
commit44049283175b1b0c0355e226321b8ce6088434db (patch)
tree89db89a107309578d70007b346fbdd582a216724 /loc2c.c
parentd54d466112572d6037ace8f03fb153586b533e02 (diff)
downloadsystemtap-steved-44049283175b1b0c0355e226321b8ce6088434db.tar.gz
systemtap-steved-44049283175b1b0c0355e226321b8ce6088434db.tar.xz
systemtap-steved-44049283175b1b0c0355e226321b8ce6088434db.zip
2005-07-29 Roland McGrath <roland@redhat.com>
* configure.ac: Add AM_CONDITIONAL definition of HAVE_LIBDW. * Makefile.am [HAVE_LIBDW] (stap_SOURCES_libdw): New variable. (stap_SOURCES): Use it, moving loc2c.c there. * configure, config.in: Regenerated. * tapsets.cxx: <libdw.h> -> <elfutils/libdw.h> * loc2c.c, loc2c.h: Likewise.
Diffstat (limited to 'loc2c.c')
-rw-r--r--loc2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loc2c.c b/loc2c.c
index 86e7e82d..e3cb3724 100644
--- a/loc2c.c
+++ b/loc2c.c
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <error.h>
#include <dwarf.h>
-#include <libdw.h>
+#include <elfutils/libdw.h>
#include <assert.h>
#define _(x) x