Changeset 6e0bfd6 in mod_gnutls for src/Makefile.am


Ignore:
Timestamp:
Apr 4, 2005, 4:28:38 AM (18 years ago)
Author:
Paul Querna <chip@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
fcb122d
Parents:
7bd1f6a
Message:
  • make memcahe optional
  • update for 2.1.x branch changes.
  • some mucking around with the conf stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r7bd1f6a r6e0bfd6  
    1010        @if test ! -L mod_gnutls.so ; then ln -s .libs/libmod_gnutls.so mod_gnutls.so ; fi
    1111
    12 clean:
     12clean: 
    1313        rm -f mod_gnutls.so
    1414        rm -f *.o *.lo *.la
     
    1616
    1717install: make_so
    18         @${APXS_BIN} -i -n svn_view mod_gnutls.so
     18        @${APXS_BIN} -i -n gnutls mod_gnutls.so
    1919        @echo ""
    2020        @echo ""
     
    2828        @echo ""
    2929
    30 activate: make_so
    31         @${APXS_BIN} -i -a -n svn_view mod_gnutls.so
    32         @echo ""
    33         @echo ""
    34         @echo "***********************************************"
    35         @echo ""
    36         @echo "   Please read the documentation at            "
    37         @echo "   http://www.outoforder.cc/ for   "
    38         @echo "   details on configuration of this module     "
    39         @echo ""
    40         @echo "***********************************************"
    41         @echo ""
Note: See TracChangeset for help on using the changeset viewer.