1
0
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:
Thomas Davis
2013-08-20 15:53:51 -04:00
parent be9b132a3a
commit 4fc63e059c
6 changed files with 14 additions and 14 deletions

View File

@@ -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: