diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
commit | 691dabc423f0ac541038484ff69a2ec871c121d9 (patch) | |
tree | c04442e5ad96e216987ba065d5f0be401a149cbc /cyclone/Makefile.sources | |
parent | 54bcb818c192b63e7121d6259a1b77ea4bfb49c5 (diff) |
importing ints
svn path=/trunk/externals/miXed/; revision=1608
Diffstat (limited to 'cyclone/Makefile.sources')
-rw-r--r-- | cyclone/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cyclone/Makefile.sources b/cyclone/Makefile.sources index f6e69bf..462422f 100644 --- a/cyclone/Makefile.sources +++ b/cyclone/Makefile.sources @@ -80,7 +80,8 @@ hammer/zl.c HFILE_SOURCES = \ hammer/capture.c \ hammer/coll.c \ -hammer/mtr.c +hammer/mtr.c \ +hammer/Table.c HRAND_SOURCES = \ hammer/drunk.c |