summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-11-05 12:19:44 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-11-05 12:19:44 (GMT)
commitf3e0909e124674db029dbfbfb4ae80de94a5d89f (patch)
tree8de10383f3436e42930291a950f8220f16c227c9 /Makefile.am
parent8f24f0bfdfb1eb2d1c5f59febc2498f03fd8ad78 (diff)
downloadmonitoring-plugins-f3e0909e124674db029dbfbfb4ae80de94a5d89f.tar.gz
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 770a798..0452133 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ 3SUBDIRS = gl @INCLUDE_TAP_DIR@ lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@
4 4
5# Have to list TAP_DIR manually to get in distribution 5# Have to list TAP_DIR manually to get in distribution
6EXTRA_DIST = config.rpath \ 6EXTRA_DIST = config.rpath \