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. --- zhm/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zhm') diff --git a/zhm/Makefile.in b/zhm/Makefile.in index 10bfe54..0dcdcc9 100644 --- a/zhm/Makefile.in +++ b/zhm/Makefile.in @@ -6,6 +6,7 @@ datadir=@datadir@ sysconfdir=@sysconfdir@ sbindir=@sbindir@ lsbindir=@lsbindir@ +datarootdir=@datarootdir@ includedir=${prefix}/include mandir=@mandir@ @@ -25,14 +26,14 @@ CPPFLAGS=@CPPFLAGS@ CFLAGS=@CFLAGS@ ALL_CFLAGS=${CFLAGS} -I${top_srcdir}/h -I${BUILDTOP}/h ${CPPFLAGS} LDFLAGS=@LDFLAGS@ -LIBS=${LIBZEPHYR} @LIBS@ -lcom_err +HESIOD_LIBS=@HESIOD_LIBS@ OBJS= timer.o queue.o zhm.o zhm_client.o zhm_server.o all: zhm zhm: ${OBJS} ${LIBZEPHYR} - ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS} + ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBZEPHYR} ${HESIOD_LIBS} .c.o: ${CC} -c ${ALL_CFLAGS} $< -- cgit v1.2.3