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. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1d7392e..5f19b05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,6 +5,7 @@ exec_prefix=@exec_prefix@ datadir=@datadir@ sysconfdir=@sysconfdir@ sbindir=@sbindir@ +datarootdir=@datarootdir@ includedir=${prefix}/include mandir=@mandir@ -- cgit v1.2.3