diff options
author | dsmith <dsmith> | 2006-12-18 21:19:10 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-12-18 21:19:10 +0000 |
commit | d10e79e866c8f7bcc3eeabec0cf2ee27a463e537 (patch) | |
tree | 5d578becc8e71ca1a6b8662ad96f4fecfd79255a | |
parent | 962f4139548deae325b20e7998cb35fa0805dd39 (diff) | |
download | systemtap-steved-d10e79e866c8f7bcc3eeabec0cf2ee27a463e537.tar.gz systemtap-steved-d10e79e866c8f7bcc3eeabec0cf2ee27a463e537.tar.xz systemtap-steved-d10e79e866c8f7bcc3eeabec0cf2ee27a463e537.zip |
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.
-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 |