From f3e0909e124674db029dbfbfb4ae80de94a5d89f Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 5 Nov 2008 12:19:44 +0000 Subject: Fixed libtap dependency issue. Warning: will install tap into lib directories if ./configure --enable-libtap is used, but as development tool, will be okay git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 770a7983..0452133f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ +SUBDIRS = gl @INCLUDE_TAP_DIR@ lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ # Have to list TAP_DIR manually to get in distribution EXTRA_DIST = config.rpath \ -- cgit v1.2.3