summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-25 22:58:14 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-25 22:58:14 +0100
commitbe68e484c3d370ff0b66a78169706d930fe8bccf (patch)
tree5ce65d342fcfa238ecd1ea53a313eddf80d127ce /source4/Makefile
parentd15fd2c94f87c9d82eecefa64404f317a192ded0 (diff)
downloadsamba-be68e484c3d370ff0b66a78169706d930fe8bccf.tar.gz
samba-be68e484c3d370ff0b66a78169706d930fe8bccf.tar.bz2
samba-be68e484c3d370ff0b66a78169706d930fe8bccf.zip
Remove binaries:: in favor of SBIN_PROGS, BIN_PROGS.
(This used to be commit a924c9cf6b4f52ff6b403c683d32b7826e72c3d7)
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 75c1c6db35..4bd5042f3c 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -56,7 +56,7 @@ endif
DEFAULT_HEADERS = $(srcdir)/lib/util/dlinklist.h \
$(srcdir)/version.h
-binaries::
+binaries:: $(BIN_PROGS) $(SBIN_PROGS)
libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
modules:: $(PLUGINS)
headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)