From 62a81ca8f4d116da03c788ebc42b5aa9f4d7c893 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 13 Apr 2009 18:10:17 +0000 Subject: add defs for datarootdir so configure will Shut Up Rearrange what libraries get pulled in where, so dpkg-shlibdeps doesn't whine (see a theme here?) (Also so that, say, znol, doesn't have to link with Everything.) This will break platforms that don't do shared-library dependencies. --- lib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.in') diff --git a/lib/Makefile.in b/lib/Makefile.in index 29ca46e..f1b7a38 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -6,6 +6,7 @@ datadir=@datadir@ sysconfdir=@sysconfdir@ sbindir=@sbindir@ lsbindir=@lsbindir@ +datarootdir=@datarootdir@ top_builddir=.. includedir=${prefix}/include @@ -28,7 +29,7 @@ CFLAGS=@CFLAGS@ ${DEBUG} ALL_CFLAGS=${CFLAGS} -DSYSCONFDIR=\"${sysconfdir}\" -I${top_srcdir}/h \ -I${BUILDTOP}/h ${CPPFLAGS} LDFLAGS=@LDFLAGS@ -LIBS=@LIBS@ -lcom_err +LIBS=@LIBZEPHYR_LIBS@ -lcom_err OBJS = zephyr_err.lo ZAsyncLocate.lo ZCkAuth.lo ZCkIfNot.lo ZClosePort.lo \ ZCmpUID.lo ZCmpUIDP.lo ZFlsLocs.lo ZFlsSubs.lo ZFmtAuth.lo \ -- cgit v1.2.3