From de357ea1923ad02860a3a416bd1579f94c0275be Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Wed, 6 Mar 2013 10:39:59 +0200 Subject: [PATCH] build: vpn-property test script was missing from build --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cd69b56..9fc159c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -331,7 +331,7 @@ test_scripts = test/get-state test/list-services \ test/set-nameservers test/set-domains test/set-timeservers test_scripts += test/vpn-connect test/vpn-disconnect test/vpn-get \ - test/monitor-vpn + test/monitor-vpn test/vpn-property if TEST testdir = $(pkglibdir)/test -- 2.7.4