From 81951d98748188fd57c07435fa74c505db6a0ba7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 31 Dec 2014 11:31:31 +0000 Subject: endian: Introduced endian module To allow the little endian functions, currently used in two of the NTLM source files, to be used by other modules such as the SMB module. --- lib/Makefile.vc6 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.vc6') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index b235fdd56..b72488b64 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -555,6 +555,7 @@ X_OBJS= \ $(DIROBJ)\dict.obj \ $(DIROBJ)\dotdot.obj \ $(DIROBJ)\easy.obj \ + $(DIROBJ)\endian.obj \ $(DIROBJ)\escape.obj \ $(DIROBJ)\file.obj \ $(DIROBJ)\fileinfo.obj \ -- cgit v1.2.3