Changeset 6e0bfd6 in mod_gnutls for src/Makefile.am
- Timestamp:
- Apr 4, 2005, 4:28:38 AM (18 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- fcb122d
- Parents:
- 7bd1f6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r7bd1f6a r6e0bfd6 10 10 @if test ! -L mod_gnutls.so ; then ln -s .libs/libmod_gnutls.so mod_gnutls.so ; fi 11 11 12 clean: 12 clean: 13 13 rm -f mod_gnutls.so 14 14 rm -f *.o *.lo *.la … … 16 16 17 17 install: make_so 18 @${APXS_BIN} -i -n svn_viewmod_gnutls.so18 @${APXS_BIN} -i -n gnutls mod_gnutls.so 19 19 @echo "" 20 20 @echo "" … … 28 28 @echo "" 29 29 30 activate: make_so31 @${APXS_BIN} -i -a -n svn_view mod_gnutls.so32 @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.