From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 28 Jun 2006 19:57:05 -0000 Subject: [Cluster-devel] cluster/group/tool Makefile Message-ID: <20060628195705.12688.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: cluster Changes by: teigland at sourceware.org 2006-06-28 19:57:05 Modified files: group/tool : Makefile Log message: fix makefile From: fabbione at ubuntu.com (Fabio M. Di Nitto) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/tool/Makefile.diff?cvsroot=cluster&r1=1.4&r2=1.5 --- cluster/group/tool/Makefile 2006/06/12 22:50:48 1.4 +++ cluster/group/tool/Makefile 2006/06/28 19:57:05 1.5 @@ -10,6 +10,9 @@ ############################################################################### ############################################################################### +top_srcdir=.. +include ${top_srcdir}/make/defines.mk + CFLAGS+= -g -I. -I../lib/ -I../daemon/ TARGET=group_tool @@ -27,5 +30,6 @@ rm -f *.o group_tool install: group_tool + install -d ${sbindir} install group_tool ${sbindir}