diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-25 03:22:19 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2009-11-25 03:22:19 +0100 |
commit | 44fbfcc3dd5ce15e97b23e92ce044dc4f205f38f (patch) | |
tree | b26ab13351fd4ae59de8328e8350b1153a30a053 /Makefile.mingw32 | |
parent | 9ebf1ae5bf236f7797c6256f3784f04f45777c85 (diff) |
Forgot LockSmith.cc in the win32 makefile.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 2924983..c3022f8 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -73,6 +73,8 @@ BALTISOT_SOURCES = \ Main.cc \ ldirlib.c \ \ +LockSmith.cc \ +\ RandISAAC.cc \ Exceptions.cc \ String.cc \ |