From 60079bd15bee7fe71dd43cb131f6198ca28f74eb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Jan 2004 13:40:48 +0000 Subject: Fix --with-fhs for swatdir (This used to be commit 69a9cfdad809a9b3fc7f6dc4ad5a708b6559b714) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index d89c2c3481..923f4dbd5b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -85,6 +85,7 @@ PRIVATEDIR = @privatedir@ SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd PRIVATE_DIR = $(PRIVATEDIR) +DATADIR = @datadir@ # This is where SWAT images and help files go SWATDIR = @swatdir@ -- cgit