summaryrefslogtreecommitdiff
path: root/app/openvpn/src/compat/Makefile.am
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-06-16 11:28:05 +0200
committerParménides GV <parmegv@sdf.org>2015-06-16 11:28:05 +0200
commit66c79953db6876ec17a7ebf50dc4fd07d24fae37 (patch)
tree67075abe6ea28f7fc7213f654b86464b13507058 /app/openvpn/src/compat/Makefile.am
parent1f41fec6765e49838141ad29151713c7ac3dd17c (diff)
parente533cf6939e3ea4233aa8a82812f8ce5fcb565ca (diff)
Merge branch 'develop'0.9.4
Diffstat (limited to 'app/openvpn/src/compat/Makefile.am')
-rw-r--r--app/openvpn/src/compat/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/app/openvpn/src/compat/Makefile.am b/app/openvpn/src/compat/Makefile.am
deleted file mode 100644
index 4591b851..00000000
--- a/app/openvpn/src/compat/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# OpenVPN -- An application to securely tunnel IP networks
-# over a single UDP port, with support for SSL/TLS-based
-# session authentication and key exchange,
-# packet encryption, packet authentication, and
-# packet compression.
-#
-# Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
-# Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
-#
-
-MAINTAINERCLEANFILES = \
- $(srcdir)/Makefile.in
-
-EXTRA_DIST = \
- compat.vcxproj \
- compat.vcxproj.filters
-
-noinst_LTLIBRARIES = libcompat.la
-
-libcompat_la_SOURCES = \
- compat.h \
- compat-stdbool.h \
- compat-dirname.c \
- compat-basename.c \
- compat-gettimeofday.c \
- compat-daemon.c \
- compat-inet_ntop.c \
- compat-inet_pton.c \
- compat-lz4.c compat-lz4.h