summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-13 18:10:17 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-13 18:10:17 +0000
commit62a81ca8f4d116da03c788ebc42b5aa9f4d7c893 (patch)
tree293c86e09fcb74b4c33bceabb791009f987fdb08 /Makefile.in
parent9be1f2ec0860bdad34774f6eed95ddfbc0ac0b41 (diff)
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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@