summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-11 08:02:17 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-11 08:50:42 +0200
commit5f866c4a4b44d39b827a99d82006fa2d375c0ba9 (patch)
treeec36b7ca3a260350fab344346cc5e8148d5b3559 /Makefile
parenta702df0e6b2cf5d523a8db764d6523d868eba8df (diff)
Adding BigInts, based off libtomcrypto / libtommath.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ab2c6bd..c155c10 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,8 @@ Async.cc \
BString.cc \
Main.cc \
Printer.cc \
+BigInt.cc \
+BRegex.cc \
\
Handle.cc \
Input.cc \
@@ -63,13 +65,9 @@ HttpServer.cc \
SimpleMustache.cc \
\
BLua.cc \
-\
LuaHandle.cc \
-\
LuaTask.cc \
\
-BRegex.cc \
-\
lcrypt.c \
ifeq ($(SYSTEM),MINGW32)
@@ -101,6 +99,7 @@ event.c \
TEST_SOURCES = \
test-Sanity.cc \
+test-BigInt.cc \
test-String.cc \
test-Tasks.cc \
test-Threads.cc \