aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-12-31 11:31:31 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-12-31 11:50:28 +0000
commit81951d98748188fd57c07435fa74c505db6a0ba7 (patch)
treef493c5115b59d3d94214b78a4ba748fc096bccec /lib/Makefile.vc6
parent4c8a0538550d45f11aa359c6934b6fe0594fe0ed (diff)
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.
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc61
1 files changed, 1 insertions, 0 deletions
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 \