From: Thomas Guyot-Sionnest Date: Tue, 13 Jan 2009 09:31:30 +0000 (-0500) Subject: Make /lib before /lib/tests to satisfy dependencies (building tests fails on IRIX) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=301871bd6f20be394a4654ac1b5265ffc13a4c3e;p=nagiosplug.git Make /lib before /lib/tests to satisfy dependencies (building tests fails on IRIX) --- 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 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = tests +SUBDIRS = . tests noinst_LIBRARIES = libnagiosplug.a