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. --- server/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/Makefile.in') diff --git a/server/Makefile.in b/server/Makefile.in index 2008ab5..0f6eb73 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -6,6 +6,7 @@ datadir=@datadir@ sysconfdir=@sysconfdir@ sbindir=@sbindir@ lsbindir=@lsbindir@ +datarootdir=@datarootdir@ includedir=${prefix}/include mandir=@mandir@ @@ -27,6 +28,7 @@ ALL_CFLAGS=${CFLAGS} -DSYSCONFDIR=\"${sysconfdir}\" -I${top_srcdir}/h \ -I${BUILDTOP}/h -I. ${CPPFLAGS} LDFLAGS=@LDFLAGS@ LIBS=${LIBZEPHYR} @LIBS@ -lcom_err +HESIOD_LIBS=@HESIOD_LIBS@ OBJS= zsrv_err.o access.o acl_files.o bdump.o class.o client.o common.o \ dispatch.o kstuff.o main.o server.o subscr.o timer.o uloc.o \ @@ -35,7 +37,7 @@ OBJS= zsrv_err.o access.o acl_files.o bdump.o class.o client.o common.o \ all: zephyrd zephyrd: ${OBJS} ${LIBZEPHYR} - ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} + ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} ${HESIOD_LIBS} zsrv_err.c zsrv_err.h: zsrv_err.et compile_et ${srcdir}/zsrv_err.et -- cgit v1.2.3