From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 3 Oct 2011 14:23:17 -0400 Subject: [Cluster-devel] dlm: master - dlm: clear out old stuff and build system In-Reply-To: <4E86A5FE.2040409@redhat.com> References: <20110930215717.E852C12015A@lists.fedorahosted.org> <4E86A5FE.2040409@redhat.com> Message-ID: <20111003182317.GB7181@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > dlm/libdlm/libdlm.pc.in | 11 - > dlm/libdlm/libdlm_lt.pc.in | 11 - > > dropping the .pc file is going to break dlm users. > > pc files are used by different build systems (not just > autotools/autoconf) to detect libdlm and link against it correctly. > > Similar to what you use for libxml2 in your new build system, they > provide pkg-config information. ok, I've pushed this out, including this which I suspect is not quite correct: DESTDIR= PREFIX=/usr LIBDIR=/usr/lib64 HDRDIR=/usr/include MANDIR=/usr/share/man PKGDIR=/usr/lib64/pkgconfig UDEVDIR=/etc/udev/rules.d Should all references to /usr be $(PREFIX) instead? > Even if they are not in this exact form, you will need COPYING.app|libs > and a COPYRIGHT file. Alternatively you need to add those info to each > file in the project. yep, getting there