From d753c5a669067d3395c4968d42263a6dca70d841 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Jan 2004 13:40:06 +0000 Subject: Fix --with-fhs for swatdir (This used to be commit 5c8abbcbe520d8dc5de6df304f5a64048977b340) --- source4/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index 00adf52e07..8445cd0064 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -69,6 +69,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