summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-04 03:54:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:09 -0500
commitf5d3d29f7239754e3e42f12c934b1051989d737b (patch)
tree8cac777f538d4acb923ef720c96eadff9d5743fa /source3/Makefile.in
parent3bdd0e3650abf95dfb4ba133aa9f47f5f1088f8c (diff)
downloadsamba-f5d3d29f7239754e3e42f12c934b1051989d737b.tar.gz
samba-f5d3d29f7239754e3e42f12c934b1051989d737b.tar.bz2
samba-f5d3d29f7239754e3e42f12c934b1051989d737b.zip
r22067: - fix --with-fhs, where confdir is set to \${sysconfdir}
but sysconfdir wasn't defined in our Makefile - add localstatedir for completeness metze (This used to be commit a70af6d457fede7f6bec822d4118abe658613d67)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 058236c4d1..17b3e387b8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -10,6 +10,8 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
+sysconfdir=@sysconfdir@
+localstatedir=@localstatedir@
datarootdir=@datarootdir@
selftest_prefix=@selftest_prefix@