From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 10 Apr 2008 21:35:16 -0000 Subject: [Cluster-devel] conga/ricci/modules/cluster/clumon/src/snmp-ag ... Message-ID: <20080410213516.15256.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe at sourceware.org 2008-04-10 21:35:16 Modified files: ricci/modules/cluster/clumon/src/snmp-agent: Makefile Log message: Fix 441966 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.4.3&r2=1.3.4.4 --- conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile 2008/03/25 01:27:18 1.3.4.3 +++ conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile 2008/04/10 21:35:16 1.3.4.4 @@ -27,7 +27,7 @@ LDFLAGS += ${top_srcdir}/common/*.o endif -LDFLAGS += -lcman +LDFLAGS += ../common/*.o -lcman OBJECTS = clusterMonitorSnmp.o \ clusterMIB.o \