summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-11-25 03:22:19 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2009-11-25 03:22:19 +0100
commit44fbfcc3dd5ce15e97b23e92ce044dc4f205f38f (patch)
treeb26ab13351fd4ae59de8328e8350b1153a30a053
parent9ebf1ae5bf236f7797c6256f3784f04f45777c85 (diff)
Forgot LockSmith.cc in the win32 makefile.
-rw-r--r--Makefile.mingw322
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 \