Makefile: added the two news headers userauth.h and session.h

This commit is contained in:
Daniel Stenberg 2010-04-25 19:52:36 +02:00
parent 71fb9cc93e
commit d4edb0b9c3

View File

@ -4,4 +4,4 @@ CSOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c misc.c \
global.c
HHEADERS = libssh2_priv.h openssl.h libgcrypt.h transport.h channel.h \
comp.h mac.h misc.h packet.h
comp.h mac.h misc.h packet.h userauth.h session.h