aboutsummaryrefslogtreecommitdiff
path: root/src/compat/Makefile.am
diff options
context:
space:
mode:
authorAlon Bar-Lev2012-02-29 22:12:17 +0200
committerDavid Sommerseth2012-03-22 22:53:39 +0100
commitf106f64b1cc228b3b937ed15a1a45bc28edefed9 (patch)
tree2b2e25a5ca6e2bf045ff41b7a5ec481140e87929 /src/compat/Makefile.am
parent7b49c16761b4a11f1f0846cd46bd7194392efbfa (diff)
downloadopenvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.zip
openvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.tar.gz
build: move inet_ntop(), inet_pton() emulation into compat
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-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 'src/compat/Makefile.am')
-rw-r--r--src/compat/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am
index c8a92ce..91b7f40 100644
--- a/src/compat/Makefile.am
+++ b/src/compat/Makefile.am
@@ -22,4 +22,6 @@ libcompat_la_SOURCES = \
compat-dirname.c \
compat-basename.c \
compat-gettimeofday.c \
- compat-daemon.c
+ compat-daemon.c \
+ compat-inet_ntop.c \
+ compat-inet_pton.c