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 /Makefile.in | |
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |