aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9c065989b46477b71a77e07e0cd04175835980ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = libssh include

AM_CPPFLAGS = -I$(srcdir)/include

LDADD = -lssh -L$(srcdir)/libssh


bin_PROGRAMS = samplesshd samplessh samplesftp

samplessh_SOURCES = sample.c

samplesshd_SOURCES = samplesshd.c

samplesftp: samplessh
	$(LN_S) samplessh samplesftp

nodist_samplesftp_SOURCES = samplesftp.c

EXTRA_DIST = Doxyfile