added NMakefile to Makefile.am so that it gets included with releases and daily snapshots.

This commit is contained in:
Guenter Knauf 2007-07-17 13:22:55 +00:00
parent 839be89a49
commit 8f62c7322f
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ NETWAREFILES = nw/keepscreen.c \
nw/nwlib.c \
nw/test/Makefile.netware
EXTRA_DIST = win32 buildconf $(NETWAREFILES) get_ver.awk HACKING maketgz
EXTRA_DIST = win32 buildconf $(NETWAREFILES) get_ver.awk HACKING maketgz NMakefile
ACLOCAL_AMFLAGS = -I m4

View File

@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.9 2007/04/05 10:23:55 jas4711 Exp $
# $Id: Makefile.am,v 1.10 2007/07/17 13:22:55 gknauf Exp $
AUTOMAKE_OPTIONS = foreign nostdinc
libssh2_la_SOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c \
@ -11,7 +11,7 @@ else
libssh2_la_SOURCES += openssl.c
endif
EXTRA_DIST = libssh2_config.h.in
EXTRA_DIST = libssh2_config.h.in NMakefile
lib_LTLIBRARIES = libssh2.la