diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-12 12:27:38 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-25 12:05:23 +0000 |
commit | 6101e358197309648aeb78ca6f2d2699c89033f2 (patch) | |
tree | 273ae62d3cb96b58b02e0eedccb902e64cf9fbea /lib/Makefile.inc | |
parent | 685fee3828b0b22f5a3ca9c8debd92dfecec751f (diff) | |
download | curl-6101e358197309648aeb78ca6f2d2699c89033f2.tar.gz |
vauth: Moved the ClearText authentication code to the new vauth directory
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 186c683ed..438857789 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -20,7 +20,7 @@ # ########################################################################### -LIB_VAUTH_CFILES = vauth/vauth.c +LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c LIB_VAUTH_HFILES = vauth/vauth.h |