From 41f677100e15f315f638774fbd055e497fc90069 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 15 Feb 2015 12:34:33 -0800 Subject: Export elfutils headers and lose the version number from the path. Having the version number in the path just means that diffs for updates are completely unusable. perf refers to libdw.h, libdwfl.h, and version.h as and so on, so we do still need to do some manual work there, but let's use symlinks rather than duplicating the header files. Change-Id: I9fd3c5f5024bde12747fdb1c06d21cdcb3418f03 --- include/elfutils/libdw.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/elfutils/libdw.h (limited to 'include/elfutils/libdw.h') diff --git a/include/elfutils/libdw.h b/include/elfutils/libdw.h new file mode 120000 index 00000000..804db278 --- /dev/null +++ b/include/elfutils/libdw.h @@ -0,0 +1 @@ +../../src/libdw/libdw.h \ No newline at end of file -- cgit v1.2.3