diff options
-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 |