diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-29 17:27:39 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:46:51 +0100 |
commit | 8c46582b61c719cc600d210707346cf0de8cd4be (patch) | |
tree | 409c17dd289b0f852d47f133968290d3b0f8529f | |
parent | 991ee1aff092187bcfdd0ee1d9eb15361f73d5f7 (diff) | |
download | samba-8c46582b61c719cc600d210707346cf0de8cd4be.tar.gz samba-8c46582b61c719cc600d210707346cf0de8cd4be.tar.bz2 samba-8c46582b61c719cc600d210707346cf0de8cd4be.zip |
r26206: Build python modules as part of make all.
(This used to be commit df40628a4645bbecd31b50b409048442a5adb189)
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index 2c1bf86e84..c572f7e79c 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -40,7 +40,7 @@ libraries: $(STATIC_LIBS) $(SHARED_LIBS) modules: $(SHARED_MODULES) headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS) manpages: $(MANPAGES) -all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules +all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods everything: all libraries headers # 'make testsuite' creates all binaries which are |