diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-06-30 19:31:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-06-30 19:31:20 +1000 |
commit | 1fe26e61da3f2b4f51cc17e6a90b4be04b2170fb (patch) | |
tree | 2d64fce49157d4921785848b4960125f629483c6 | |
parent | 5a2ab6fb4f870585f0bbab2714691a2d5d47932e (diff) | |
download | samba-1fe26e61da3f2b4f51cc17e6a90b4be04b2170fb.tar.gz samba-1fe26e61da3f2b4f51cc17e6a90b4be04b2170fb.tar.bz2 samba-1fe26e61da3f2b4f51cc17e6a90b4be04b2170fb.zip |
Ensure we install smbd as well...
(This used to be commit 72aaa905b3a9c71578c362554b6ab75edd2cd695)
-rw-r--r-- | source4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile index e43ccf7731..93c6f4575d 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -178,7 +178,7 @@ showflags:: # The permissions to give the executables INSTALLPERMS = 0755 -install:: showlayout everything installbin installdat installswat installmisc \ +install:: showlayout everything installbin installsbin installdat installswat installmisc \ installlib installheader installpc installplugins # DESTDIR is used here to prevent packagers wasting their time |