diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-16 13:00:37 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-16 13:00:37 +0000 |
commit | c13953e3149140bffbce4cdbc547e2bc96601488 (patch) | |
tree | b10f770584fa2a7d8847462d3da0e7eb771cdf9a /Makefile.am | |
parent | Reverted plugin directory location. (diff) | |
download | openvpn-c13953e3149140bffbce4cdbc547e2bc96601488.tar.xz |
VERSION 2.1_beta4
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@640 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |