[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2123] nagiosplug/trunk/lib/Makefile.am
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Tue Jan 13 10:33:16 CET 2009
Revision: 2123
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2123&view=rev
Author: dermoth
Date: 2009-01-13 09:33:16 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
Make /lib before /lib/tests to satisfy dependencies (building tests fails on IRIX)
From: Thomas Guyot-Sionnest <dermoth at aei.ca>
Modified Paths:
--------------
nagiosplug/trunk/lib/Makefile.am
Modified: nagiosplug/trunk/lib/Makefile.am
===================================================================
--- nagiosplug/trunk/lib/Makefile.am 2009-01-09 13:18:25 UTC (rev 2122)
+++ nagiosplug/trunk/lib/Makefile.am 2009-01-13 09:33:16 UTC (rev 2123)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = tests
+SUBDIRS = . tests
noinst_LIBRARIES = libnagiosplug.a
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list