mirror of https://github.com/wolfSSL/wolfssh.git
16 lines
620 B
Plaintext
16 lines
620 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
|
|
EXTRA_DIST+= ide/winvs/README.md
|
|
EXTRA_DIST+= ide/winvs/user_settings.h
|
|
EXTRA_DIST+= ide/winvs/wolfssh.sln
|
|
EXTRA_DIST+= ide/winvs/wolfssh.props
|
|
EXTRA_DIST+= ide/winvs/wolfssh/wolfssh.vcxproj
|
|
EXTRA_DIST+= ide/winvs/api-test/api-test.vcxproj
|
|
EXTRA_DIST+= ide/winvs/unit-test/unit-test.vcxproj
|
|
EXTRA_DIST+= ide/winvs/client/client.vcxproj
|
|
EXTRA_DIST+= ide/winvs/echoserver/echoserver.vcxproj
|
|
EXTRA_DIST+= ide/winvs/testsuite/testsuite.vcxproj
|
|
EXTRA_DIST+= ide/winvs/wolfsftp-client/wolfsftp-client.vcxproj
|
|
EXTRA_DIST+= ide/winvs/wolfsshd/wolfsshd.vcxproj
|