From 359991e2746878ada0233c88059cc9eebc37a150 Mon Sep 17 00:00:00 2001 From: kamilprzyb Date: Wed, 2 Sep 2020 18:05:18 +0200 Subject: [PATCH] added back accidentaly removed files in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 47b16cf..3bfc024 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ WIN_LDFLAGS=-static -lws2_32 -lwsock32 #-g3 -fsanitize=address WIN_SERVER=bin/winfusion.exe CSRC=\ + src/contrib/sqlite/sqlite3.c\ src/contrib/bcrypt/bcrypt.c\ src/contrib/bcrypt/crypt_blowfish.c\ src/contrib/bcrypt/crypt_gensalt.c\ @@ -47,6 +48,7 @@ CXXSRC=\ # headers (for timestamp purposes) CHDR=\ + src/contrib/sqlite/sqlite3.h\ src/contrib/sqlite/sqlite_orm.h\ src/contrib/bcrypt/bcrypt.h\ src/contrib/bcrypt/crypt_blowfish.h\