From 548083b2ea865474915fc8a9ddd361e997585a02 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 13 Jul 2006 12:50:23 +0000 Subject: Move new util_* functions to lib/ git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1451 f882894a-f735-0410-b71e-b25c423dba1c --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 28367a94..a45758ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ install-root: cd plugins-root && $(MAKE) $@ test: + cd lib && $(MAKE) test cd plugins; $(MAKE) test cd plugins-scripts; $(MAKE) test -- cgit v1.2.3