diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-12-18 David Smith <dsmith@redhat.com> + + * Makefile.am (EXTRA_DIST): Added header files - cache.h, hash.h, + mdfour.h, and util.h. + * Makefile.in: Regenerated. + 2006-12-16 Frank Ch. Eigler <fche@elastic.org> * main.cxx (main): Print version strings if verbose >=2 . diff --git a/Makefile.am b/Makefile.am index e701e660..a5571eb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ LDADD = 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 \ testsuite systemtap.spec runtime tapset dist-hook: find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf diff --git a/Makefile.in b/Makefile.in index 90f9dc57..6e9bd6cf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -277,6 +277,7 @@ loc2c_test_LDADD = $(stap_LDADD) LDADD = 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 \ testsuite systemtap.spec runtime tapset TEST_COV_DIR = coverage |