From d10e79e866c8f7bcc3eeabec0cf2ee27a463e537 Mon Sep 17 00:00:00 2001 From: dsmith Date: Mon, 18 Dec 2006 21:19:10 +0000 Subject: 2006-12-18 David Smith * Makefile.am (EXTRA_DIST): Added header files - cache.h, hash.h, mdfour.h, and util.h. * Makefile.in: Regenerated. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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 -- cgit