8f91a7f369
Changes from 3.4.1. * Port to mingw32 (networking layer). * Remove Socket::blocking option. * Rename ASSA::ERROR log mask to ASSA::ASSAERR to please mingw32 gcc. * Fix race condition bug between Reactor and Logger::log_close().
15 lines
489 B
Text
15 lines
489 B
Text
$NetBSD: patch-aa,v 1.3 2006/10/09 17:56:00 bartoszkuzma Exp $
|
|
|
|
--- Makefile.in.orig 2006-07-30 04:20:29.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -205,8 +205,8 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-SUBDIRS = . assa utils doc tests examples
|
|
-DIST_SUBDIRS = assa utils doc tests examples
|
|
+SUBDIRS = . assa utils tests examples
|
|
+DIST_SUBDIRS = assa utils tests examples
|
|
EXTRA_DIST = \
|
|
assa.spec.in \
|
|
bootstrap \
|