diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-11 19:33:27 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-11 19:33:27 -0400 |
commit | 31193e532728e46831b2a5b7fe0c922df6676d1d (patch) | |
tree | 363669bf95a84bdcd3db4fdb92b447acf2a00990 | |
parent | 005b8a330592b0a4a9bfc2b46c222e8bf1c18753 (diff) | |
download | systemtap-steved-31193e532728e46831b2a5b7fe0c922df6676d1d.tar.gz systemtap-steved-31193e532728e46831b2a5b7fe0c922df6676d1d.tar.xz systemtap-steved-31193e532728e46831b2a5b7fe0c922df6676d1d.zip |
distribute dwarf_wrappers.h in snapshot tarballs
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-06-11 Frank Ch. Eigler <fche@elastic.org> + + * Makefile.am (EXTRA_DIST): Add dwarf_wrappers.h. + 2008-06-11 Mark Wielaard <mwielaard@redhat.com> * elaborate.cxx (print_warning): Only output WARNING, don't put it diff --git a/Makefile.am b/Makefile.am index 7024a505..3e5bd6c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,6 +152,7 @@ EXTRA_DIST = buildrun.h elaborate.h loc2c.h session.h \ parse.h staptree.h tapsets.h translate.h \ cache.h hash.h mdfour.h util.h staplog.c coveragedb.h \ testsuite systemtap.spec runtime tapset \ + dwarf_wrappers.h \ git_version.h git_version.sh EXAMPLE_DEST_DIR = $(distdir)/examples diff --git a/Makefile.in b/Makefile.in index d0ed3dce..675edde2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -328,6 +328,7 @@ EXTRA_DIST = buildrun.h elaborate.h loc2c.h session.h \ parse.h staptree.h tapsets.h translate.h \ cache.h hash.h mdfour.h util.h staplog.c coveragedb.h \ testsuite systemtap.spec runtime tapset \ + dwarf_wrappers.h \ git_version.h git_version.sh EXAMPLE_DEST_DIR = $(distdir)/examples |