diff options
author | Samuli Seppänen <samuli@openvpn.net> | 2011-03-23 14:14:32 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-03-23 13:22:11 +0100 |
commit | ef2cbc771a6cf95868f2bb1c692e3cc9e2be5280 (patch) | |
tree | 008b1cb2f414aae6394934f238fac949b8a340f7 /Makefile.am | |
parent | Updated INSTALL-win32.txt (diff) | |
download | openvpn-ef2cbc771a6cf95868f2bb1c692e3cc9e2be5280.tar.xz |
Fixes to Makefile.am
Removed reference to config-win32.h, which has been removed. Added
management-notes.txt to dist_doc_DATA.
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1c9468c..f311837 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,8 +60,8 @@ SUBDIRS = \ TESTS = t_client.sh t_lpback.sh t_cltsrv.sh sbin_PROGRAMS = openvpn -dist_noinst_HEADERS = \ - config-win32.h +dist_doc_DATA = \ + management/management-notes.txt dist_noinst_SCRIPTS = \ $(TESTS) \ |