-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathinclude.am
More file actions
23 lines (20 loc) · 794 Bytes
/
include.am
File metadata and controls
23 lines (20 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# vim:ft=automake
# All paths should be given relative to the root
#
nobase_include_HEADERS+= \
wolfssh/agent.h \
wolfssh/certman.h \
wolfssh/version.h \
wolfssh/ssh.h \
wolfssh/keygen.h \
wolfssh/port.h \
wolfssh/settings.h \
wolfssh/error.h \
wolfssh/visibility.h \
wolfssh/wolfscp.h \
wolfssh/misc.h \
wolfssh/log.h \
wolfssh/test.h \
wolfssh/certs_test.h \
wolfssh/wolfsftp.h
noinst_HEADERS+= wolfssh/internal.h