From c206a91d320995f37f8abb33188bfd384249da3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 7 Apr 2014 20:43:34 +0200 Subject: Next step: compile jni sources correctly. --- openvpn/src/plugins/down-root/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 openvpn/src/plugins/down-root/Makefile.am (limited to 'openvpn/src/plugins/down-root/Makefile.am') diff --git a/openvpn/src/plugins/down-root/Makefile.am b/openvpn/src/plugins/down-root/Makefile.am deleted file mode 100644 index 064aa30c..00000000 --- a/openvpn/src/plugins/down-root/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -# -# OpenVPN (TM) Down Root Plugin -- OpenVPN Plugin -# -# Copyright (C) 2012 Alon Bar-Lev -# - -MAINTAINERCLEANFILES = \ - $(srcdir)/Makefile.in - -AM_CFLAGS = \ - -I$(top_srcdir)/include - -if ENABLE_PLUGIN_DOWN_ROOT -plugin_LTLIBRARIES = openvpn-plugin-down-root.la -dist_doc_DATA = README.down-root -endif - -openvpn_plugin_down_root_la_SOURCES = \ - down-root.c \ - down-root.exports -openvpn_plugin_down_root_la_LDFLAGS = $(AM_LDFLAGS) \ - -export-symbols "$(srcdir)/down-root.exports" \ - -module -shared -avoid-version -no-undefined -- cgit v1.2.3