Well, this dosn't work this way, im afraid, i probaly need to look closer next time. to state the actual problem which i thought this would fix (and i prolly tested it in the wrong directory so i assumed it would not break) when libdir is different from usrlib_execdir for example the former beeing /usr/lib32 and the latter beeing '${_exec_prefix}/lib' the symlink and the a file would end up in /usr/lib, which is not nice on multilib enviroments where /usr/lib is mostly a symlink to /usr/lib64 Am Samstag 11 Juli 2009 12:24:30 schrieb Robert Förster: > Signed-off-by: Robert Förster <Dessa@xxxxxxxx> > --- > shlibs/blkid/src/Makefile.am | 2 +- > shlibs/uuid/src/Makefile.am | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/shlibs/blkid/src/Makefile.am b/shlibs/blkid/src/Makefile.am > index d9970d2..2b1cfe5 100644 > --- a/shlibs/blkid/src/Makefile.am > +++ b/shlibs/blkid/src/Makefile.am > @@ -21,7 +21,7 @@ AM_CPPFLAGS += -I$(ul_libblkid_srcdir) $(common_cflags) > blkidincdir = $(includedir)/blkid > blkidinc_HEADERS = blkid.h > > -usrlib_exec_LTLIBRARIES = libblkid.la > +usrlib_execdir_LTLIBRARIES = libblkid.la > libblkid_la_SOURCES = cache.c dev.c devname.c devno.c getsize.c llseek.c > \ probe.c read.c resolve.c save.c tag.c version.c verify.c \ encode.c > blkid.h list.h blkidP.h probers/probers.h \ > diff --git a/shlibs/uuid/src/Makefile.am b/shlibs/uuid/src/Makefile.am > index 1272180..cadd6a5 100644 > --- a/shlibs/uuid/src/Makefile.am > +++ b/shlibs/uuid/src/Makefile.am > @@ -9,7 +9,7 @@ tst_uuid_LDADD = libuuid.la #$(ul_libuuid_la) > uuidincdir = $(includedir)/uuid > uuidinc_HEADERS = uuid.h > > -usrlib_exec_LTLIBRARIES = libuuid.la > +usrlib_execdir_LTLIBRARIES = libuuid.la > libuuid_la_SOURCES = clear.c compare.c copy.c gen_uuid.c \ > isnull.c pack.c parse.c unpack.c unparse.c uuidd.h \ > uuidd.h uuidP.h uuid_time.c $(uuidinc_HEADERS) -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html