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. --- zwgc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zwgc') diff --git a/zwgc/Makefile.in b/zwgc/Makefile.in index f7b68a8..f2beb82 100644 --- a/zwgc/Makefile.in +++ b/zwgc/Makefile.in @@ -6,6 +6,7 @@ datadir=@datadir@ sysconfdir=@sysconfdir@ sbindir=@sbindir@ lsbindir=@lsbindir@ +datarootdir=@datarootdir@ includedir=${prefix}/include mandir=@mandir@ @@ -30,7 +31,7 @@ ALL_CFLAGS=${CFLAGS} -DDATADIR=\"${datadir}\" -I${top_srcdir}/h \ -I${BUILDTOP}/h -I${srcdir} -I. @X_CFLAGS@ ${CPPFLAGS} YFLAGS=-d LDFLAGS=@X_LIBS@ @LDFLAGS@ -LIBS=${LIBZEPHYR} @LIBS@ -lcom_err @X_PRE_LIBS@ @ZWGC_LIBX11@ @X_EXTRA_LIBS@ \ +LIBS=${LIBZEPHYR} @LIBS@ -lcom_err @ZWGC_LIBX11@ @X_EXTRA_LIBS@ \ @TLIB@ @REGEX_LIBS@ @ARES_LIBS@ OBJS= port_dictionary.o pointer_dictionary.o unsigned_long_dictionary.o \ -- cgit v1.2.3