diff options
author | David Timber <mieabby@gmail.com> | 2020-09-15 22:14:19 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-15 22:14:19 +0930 |
commit | b54ace5cd8a873be804529f7b8221ee62600d17d (patch) | |
tree | adb3fe943df6996cf38a1744fee6049536926aa3 /src/Makefile.am | |
parent | ca0c9a60b0f7dc823ff01f77fc00458ab4a13532 (diff) |
Add strmap
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f2e68d6..6d037d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,7 +66,8 @@ libproone_a_SOURCES =\ rnd.c\ rnd_well512.c\ recon.c\ - inet.c + inet.c\ + strmap.c proone: proone.bin dvault.bin cp -fa proone.bin proone |