add NTMakefile and windows directories

This commit is contained in:
Love Hörnquist Åstrand
2011-07-17 12:16:59 -07:00
parent 9bff431435
commit 7aaba443bc
65 changed files with 79 additions and 32 deletions

View File

@@ -3,3 +3,5 @@
include $(top_srcdir)/Makefile.am.common
SUBDIRS = common ftp ftpd
EXTRA_DIST = NTMakefile

View File

@@ -10,3 +10,5 @@ libcommon_a_SOURCES = \
sockbuf.c \
buffer.c \
common.h
EXTRA_DIST = NTMakefile

View File

@@ -41,4 +41,4 @@ LDADD = \
$(LIB_roken) \
$(LIB_readline)
EXTRA_DIST = $(man_MANS)
EXTRA_DIST = NTMakefile $(man_MANS)

View File

@@ -51,4 +51,4 @@ LDADD = ../common/libcommon.a \
$(LIB_hcrypto) \
$(LIB_roken)
EXTRA_DIST = $(man_MANS)
EXTRA_DIST = NTMakefile $(man_MANS)