
* Rewrite the makefiles to use more automake git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@125 7dcaeef0-15fb-0310-b436-a5af3365683c
20 строки
326 B
Makefile
20 строки
326 B
Makefile
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
|