diff options
author | Gerald Carter <jerry@samba.org> | 2004-03-15 16:12:52 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-03-15 16:12:52 +0000 |
commit | 11f6251b771e59020af02599ea419e7d7ff682de (patch) | |
tree | 3fb38a5d70e45cf36d39fb4690a94b0e9b747833 /source3/Makefile.in | |
parent | 12fb2d73050a911c7a86749be3639b2c1da84059 (diff) | |
download | samba-11f6251b771e59020af02599ea419e7d7ff682de.tar.gz samba-11f6251b771e59020af02599ea419e7d7ff682de.tar.bz2 samba-11f6251b771e59020af02599ea419e7d7ff682de.zip |
sync small fixes from 3.0 and fix compiler warning in priv code
(This used to be commit c640594c9362dca625a8fa51b453dafe1f3e980d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 81644744df..324a70069e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -69,6 +69,7 @@ CONFIGLIBDIR = $(LIBDIR)/config CONFIGDIR = @configdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +DATADIR = @datadir@ # The permissions to give the executables INSTALLPERMS = 0755 |