[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1982] nagiosplug/branches/new_threshold_syntax/ plugins/Makefile.am

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Mon Apr 21 11:38:33 CEST 2008


Revision: 1982
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1982&view=rev
Author:   tonvoon
Date:     2008-04-21 02:38:33 -0700 (Mon, 21 Apr 2008)

Log Message:
-----------
Remove popen linkage

Modified Paths:
--------------
    nagiosplug/branches/new_threshold_syntax/plugins/Makefile.am

Modified: nagiosplug/branches/new_threshold_syntax/plugins/Makefile.am
===================================================================
--- nagiosplug/branches/new_threshold_syntax/plugins/Makefile.am	2008-04-21 08:57:08 UTC (rev 1981)
+++ nagiosplug/branches/new_threshold_syntax/plugins/Makefile.am	2008-04-21 09:38:33 UTC (rev 1982)
@@ -79,7 +79,7 @@
 check_overcr_LDADD = $(NETLIBS)
 check_pgsql_LDADD = $(NETLIBS) $(PGLIBS)
 check_ping_LDADD = $(NETLIBS) popen.o
-check_procs_LDADD = $(BASEOBJS) popen.o
+check_procs_LDADD = $(BASEOBJS)
 check_radius_LDADD = $(NETLIBS) $(RADIUSLIBS)
 check_real_LDADD = $(NETLIBS)
 check_snmp_LDADD = $(BASEOBJS) popen.o


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