From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 10 Apr 2008 21:32:56 -0000 Subject: [Cluster-devel] conga/ricci/modules/cluster/clumon/src/snmp-ag ... Message-ID: <20080410213256.13419.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: RHEL5 Changes by: rmccabe at sourceware.org 2008-04-10 21:32:56 Modified files: ricci/modules/cluster/clumon/src/snmp-agent: Makefile Log message: Fix 441947 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 --- conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile 2008/01/17 17:38:38 1.3.2.1 +++ conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile 2008/04/10 21:32:56 1.3.2.2 @@ -27,7 +27,7 @@ LDFLAGS += ${top_srcdir}/common/*.o endif -LDFLAGS += -lcman +LDFLAGS += ../common/*.o -lcman OBJECTS = clusterMonitorSnmp.o \ clusterMIB.o \