From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7353 invoked by alias); 17 Jun 2009 14:16:33 -0000 Received: (qmail 7228 invoked by alias); 17 Jun 2009 14:16:30 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: gfs2-utils: master - build: drop volume_id from autoconf To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: gfs2-utils.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8eb292ccd2b1e5b10017e0b8daa79d675e29050f X-Git-Newrev: a3b4b9513b25acdf5a9dbcb2625d41ea52b224db From: "Fabio M. Di Nitto" Message-Id: <20090617135740.C799A1202FA@lists.fedorahosted.org> Date: Wed, 17 Jun 2009 14:16:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00548.txt.bz2 Gitweb: http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=a3b4b9513b25acdf5a9dbcb2625d41ea52b224db Commit: a3b4b9513b25acdf5a9dbcb2625d41ea52b224db Parent: 8eb292ccd2b1e5b10017e0b8daa79d675e29050f Author: Fabio M. Di Nitto AuthorDate: Mon Jun 15 17:19:05 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Wed Jun 17 15:35:16 2009 +0200 build: drop volume_id from autoconf Signed-off-by: Fabio M. Di Nitto --- gfs2/mkfs/Makefile.am | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/gfs2/mkfs/Makefile.am b/gfs2/mkfs/Makefile.am index dffa54a..9f156ba 100644 --- a/gfs2/mkfs/Makefile.am +++ b/gfs2/mkfs/Makefile.am @@ -11,8 +11,6 @@ mkfs_gfs2_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ -I$(top_srcdir)/gfs2/include \ -I$(top_srcdir)/gfs2/libgfs2 -mkfs_gfs2_LDFLAGS = -lvolume_id - mkfs_gfs2_LDADD = $(top_builddir)/gfs2/libgfs2/libgfs2.la relative_sbin = $(shell perl -MFile::Spec -le 'print File::Spec->abs2rel("/sbin", "$(sbindir)")')