From 56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 10 Jan 2004 22:05:38 +0000 Subject: Fix swatdir location for --with-fhs (This used to be commit d12b793d9ca10f966da3446982a5b1d987d51814) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 75213c2f5e..ceacedd553 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -68,6 +68,7 @@ AUTHLIBDIR = $(LIBDIR)/auth CONFIGDIR = @configdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +DATADIR = @datadir@ # The permissions to give the executables INSTALLPERMS = 0755 -- cgit