diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-13 04:31:30 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-13 04:31:30 -0500 |
commit | 301871bd6f20be394a4654ac1b5265ffc13a4c3e (patch) | |
tree | f025e53d9b05f1c0576f45a3ce1981008159efdf /lib/Makefile.am | |
parent | f8c6d8b52eb946f3ceae64acc853e21a4acfc01e (diff) | |
download | monitoring-plugins-301871bd6f20be394a4654ac1b5265ffc13a4c3e.tar.gz |
Make /lib before /lib/tests to satisfy dependencies (building tests fails on IRIX)
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 73c12911..17e4c1b0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = tests +SUBDIRS = . tests noinst_LIBRARIES = libnagiosplug.a |