diff options
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index b8c337f14a..3578b93020 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -886,6 +886,11 @@ python_ext: $(PYTHON_OBJS) LIBS="$(LIBS)" \ $(PYTHON) python/setup.py build +python_install: $(PYTHON_OBJS) + PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ + LIBS="$(LIBS)" \ + $(PYTHON) python/setup.py install + # revert to the previously installed version revert: @$(SHELL) $(srcdir)/script/revert.sh $(SBINDIR) $(SPROGS) |