mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-19 09:42:06 +03:00
Fixed the md5 code inclusion in the build
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
CFLAGS= -W -Wall -Wno-unused-parameter -I.. -I. -g
|
||||
LIB_SOURCES = CivetServer.cpp ../civetweb.c ../build/md5.c
|
||||
LIB_SOURCES = CivetServer.cpp ../civetweb.c ../md5.c
|
||||
LIBS = -lpthread
|
||||
|
||||
all:
|
||||
|
Reference in New Issue
Block a user