diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 2965ff694c0..a9259b508d6 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -177,9 +177,12 @@ o J. Tournier o Jelmer Vernooij - * Put functions for generating SQL queries in pdb_sql.c. - * Add pgSQL backend (based on patch by Hamish Friedlander). - * BUG 908: Fix -s option to smbcontrol. + * Put functions for generating SQL queries in pdb_sql.c + * Add pgSQL backend (based on patch by Hamish Friedlander) + * BUG 908: Fix -s option to smbcontrol. + * Add smbget utility - a wget-clone for the SMB/CIFS protocol + * Small fix to get libnss_wins on IRIX working again + * Fix swatdir for --with-fhs diff --git a/source/Makefile.in b/source/Makefile.in index 75213c2f5e2..ceacedd5538 100644 --- a/source/Makefile.in +++ b/source/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