~ubuntu-branches/ubuntu/hardy/libapache2-mod-python/hardy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 13:18:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707131835-zfp1vupanjj2e77y
Tags: 3.2.8-1ubuntu1
* Merge to Debian unstable.
* Remaining Ubuntu change: debian/{control,rules}: Drop python 2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
install: src/.install
53
53
        @if test "`cat src/.install`" = "dso"; then \
54
54
                $(MAKE) install_dso; \
 
55
                $(MAKE) install_py_lib; \
55
56
        else $(MAKE) install_static; fi
56
57
 
57
58
install_dso:    dso
60
61
        @echo
61
62
        $(INSTALL) -d $(DESTDIR)$(LIBEXECDIR)
62
63
        $(INSTALL) src/mod_python.so $(DESTDIR)$(LIBEXECDIR)
63
 
        @$(MAKE) install_py_lib
64
64
        @echo
65
65
        @echo "Now don't forget to edit your main config and add"
66
66
        @echo "    LoadModule python_module $(LIBEXECDIR)/mod_python.so"