summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am2
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index efee21c..1a236cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,13 @@ Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>
$Id$
-2005.10.xx -- Version 2.1-beta4
+2005.10.17 -- Version 2.1-beta4
* Fixed bug introduced in 2.1-beta3 where management
socket bind would fail.
+* Added ".PHONY: plugin" to Makefile.am, reverted
+ location of "plugin" directory (thanks to
+ Matthias Andree for figuring this out).
2005.10.16 -- Version 2.1-beta3
@@ -74,8 +77,8 @@ $Id$
* Extended the plugin interface to allow plugins to declare
per-client constructor and destructor functions, to make
it simpler for plugins to maintain per-client state.
-
-2005.09.25 -- Version 2.0.3-rc1
+
+2005.09.25 -- Version 2.0.3-rc1
* openvpn_plugin_abort_v1 function wasn't being properly
registered on Windows.
diff --git a/Makefile.am b/Makefile.am
index db3a380..6519f2a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,8 @@ nodist_openvpn_SOURCES = config.h
TESTS = t_lpback.sh t_cltsrv.sh
dist_noinst_SCRIPTS = $(TESTS)
+.PHONY: plugin
+
openvpn_SOURCES = \
base64.c base64.h \
basic.h \