From e12ba5c40133227e84bc67da0b82580c53821c89 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Fri, 22 Sep 2006 03:05:54 +0000 Subject: [PATCH] Add win32 specific files to tarballs. Makefile.am (EXTRA_DIST): Include Makefile.win32. src/Makefile.am (EXTRA_srvx_SOURCES): Include config.h.win32 and ioset-win32.c. git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-42 --- ChangeLog | 15 +++++++++++++++ Makefile.am | 2 +- src/Makefile.am | 2 ++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e7c40dd..255c138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,21 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-09-22 03:05:54 GMT Michael Poole patch-42 + + Summary: + Add win32 specific files to tarballs. + Revision: + srvx--devo--1.3--patch-42 + + Makefile.am (EXTRA_DIST): Include Makefile.win32. + + src/Makefile.am (EXTRA_srvx_SOURCES): Include config.h.win32 and ioset-win32.c. + + modified files: + ChangeLog Makefile.am src/Makefile.am + + 2006-09-22 03:02:07 GMT Michael Poole patch-41 Summary: diff --git a/Makefile.am b/Makefile.am index 90ac05d..263fe58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example autogen.sh +EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example autogen.sh Makefile.win32 SUBDIRS = @MY_SUBDIRS@ DIST_SUBDIRS = src rx diff --git a/src/Makefile.am b/src/Makefile.am index 540b48b..d81f8d4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,8 +37,10 @@ endif EXTRA_srvx_SOURCES = \ alloc-slab.c \ alloc-srvx.c \ + config.h.win32 \ ioset-epoll.c \ ioset-select.c \ + ioset-win32.c \ proto-bahamut.c \ proto-common.c \ proto-p10.c \ -- 2.20.1