summaryrefslogtreecommitdiffstats
path: root/src/openvpn/Makefile.am
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:18 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-24 00:14:14 +0100
commit72c7b12cb65cee69ea129cc520b26dcc64977a17 (patch)
treec4beb1f468f487234ebebbab8febf0d7ca7eac6f /src/openvpn/Makefile.am
parentf106f64b1cc228b3b937ed15a1a45bc28edefed9 (diff)
downloadopenvpn-72c7b12cb65cee69ea129cc520b26dcc64977a17.tar.gz
openvpn-72c7b12cb65cee69ea129cc520b26dcc64977a17.tar.xz
openvpn-72c7b12cb65cee69ea129cc520b26dcc64977a17.zip
cleanup: move console related function into its own module
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/openvpn/Makefile.am')
-rw-r--r--src/openvpn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvpn/Makefile.am b/src/openvpn/Makefile.am
index e170380..333eebc 100644
--- a/src/openvpn/Makefile.am
+++ b/src/openvpn/Makefile.am
@@ -58,6 +58,7 @@ openvpn_SOURCES = \
mbuf.c mbuf.h \
memdbg.h \
misc.c misc.h \
+ console.c console.h \
mroute.c mroute.h \
mss.c mss.h \
mstats.c mstats.h \