1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

Move examples from example/simple to example/.

This commit is contained in:
Simon Josefsson
2009-12-19 10:56:03 +01:00
parent b5e358618b
commit 0a3b350012
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
!include "win32/config.mk"
# SUBDIRS=src example\simple
# SUBDIRS=src example
SUBDIRS=src
all-sub:

View File

@@ -1,4 +1,4 @@
/* Self test, based on examples/simple/ssh2.c. */
/* Self test, based on examples/ssh2.c. */
#include "libssh2_config.h"
#include <libssh2.h>