summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-13 09:31:30 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-13 09:31:30 (GMT)
commit301871bd6f20be394a4654ac1b5265ffc13a4c3e (patch)
treef025e53d9b05f1c0576f45a3ce1981008159efdf /lib
parentf8c6d8b52eb946f3ceae64acc853e21a4acfc01e (diff)
downloadmonitoring-plugins-301871bd6f20be394a4654ac1b5265ffc13a4c3e.tar.gz
Make /lib before /lib/tests to satisfy dependencies (building tests fails on IRIX)
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 73c1291..17e4c1b 100644
--- a/lib/Makefile.am
+++ b/lib/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 = tests 3SUBDIRS = . tests
4 4
5noinst_LIBRARIES = libnagiosplug.a 5noinst_LIBRARIES = libnagiosplug.a
6 6