[Cluster-devel] dlm: master - dlm: clear out old stuff and build system

David Teigland teigland at redhat.com
Mon Oct 3 18:23:17 UTC 2011


>  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




More information about the Cluster-devel mailing list