diff options
| author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-11-05 12:19:44 +0000 |
|---|---|---|
| committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-11-05 12:19:44 +0000 |
| commit | f3e0909e124674db029dbfbfb4ae80de94a5d89f (patch) | |
| tree | 8de10383f3436e42930291a950f8220f16c227c9 /Makefile.am | |
| parent | 8f24f0bfdfb1eb2d1c5f59febc2498f03fd8ad78 (diff) | |
| download | monitoring-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.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 770a7983..0452133f 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 | ||
| 3 | SUBDIRS = gl lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ | 3 | SUBDIRS = 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 |
| 6 | EXTRA_DIST = config.rpath \ | 6 | EXTRA_DIST = config.rpath \ |
