diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-04 03:54:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:09 -0500 |
commit | f5d3d29f7239754e3e42f12c934b1051989d737b (patch) | |
tree | 8cac777f538d4acb923ef720c96eadff9d5743fa | |
parent | 3bdd0e3650abf95dfb4ba133aa9f47f5f1088f8c (diff) | |
download | samba-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)
-rw-r--r-- | source3/Makefile.in | 2 |
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@ |