From 667f355af16758243941427e2d837f03da213183 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Mon, 3 Jun 2013 10:49:23 +0300 Subject: client: Add VPN connection helper function Add helper function for printing VPN connections. Show also configuration and failure states using 'C' and 'F' as configuration might take some time and failure conveys practical information to the user. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d1a4c48a..a51c64f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -234,6 +234,7 @@ client_connmanctl_SOURCES = $(gdbus_sources) \ client/commands.h client/commands.c \ client/input.h client/input.c \ client/agent.h client/agent.c \ + client/vpnconnections.h client/vpnconnections.c \ client/main.c client_connmanctl_LDADD = @DBUS_LIBS@ @GLIB_LIBS@ -lreadline -ldl -- cgit v1.2.3