diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·01+0000 |
commit | 66c115ef5faabb1bcd47ac0d375aeee39b300c43 (patch) | |
tree | 617a91ef6c858e483af44aeeb6f12ae42411ee23 /src/libutil | |
parent | c3ee8c9166e32031a61c397594be4aef127862d4 (diff) |
* More `make dist' fixes.
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index 46f0a048fe66..362a6e55cd76 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -1,11 +1,10 @@ noinst_LIBRARIES = libutil.a -libutil_a_SOURCES = util.cc hash.cc archive.cc md5.c aterm.cc +libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \ + archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. -I../../externals/inst/include -EXTRA_DIST = *.hh *.h - check_PROGRAMS = test-aterm test_aterm_SOURCES = test-aterm.cc |