summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-01-31 09:09:03 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-01-31 09:09:03 +0000
commitd11590233ecc2e9a3b0bcae21306fccfc0e66c7f (patch)
tree32954b28abfae61060fa3bf89e88dac340428eea /Makefile.in
parentd96fd0cbeb7ce56cb6b62ba8d5572f37c692de52 (diff)
downloadneon-d11590233ecc2e9a3b0bcae21306fccfc0e66c7f.tar.gz
* Makefile.in: Add datarootdir to silence autoconf/config.status warning.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1312 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
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 8a03223..c0ccf60 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,6 +20,7 @@ libdir = @libdir@
mandir = @mandir@
man1dir = $(mandir)/man1
man3dir = $(mandir)/man3
+datarootdir = @datarootdir@
datadir = @datadir@
docdir = $(datadir)/doc/neon-@NEON_VERSION@
includedir = @includedir@