You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/06/28 11:49:11 UTC

cvs commit: apache-2.0/src/modules/dav/main config.m4 Makefile.in .cvsignore

gstein      00/06/28 02:49:11

  Added:       src/modules/dav/fs config.m4 Makefile.in .cvsignore
               src/modules/dav/main config.m4 Makefile.in .cvsignore
  Log:
  initial whack at the config/build stuff.
  
  Revision  Changes    Path
  1.1                  apache-2.0/src/modules/dav/fs/config.m4
  
  Index: config.m4
  ===================================================================
  dnl modules enabled in this directory by default
  
  APACHE_MODPATH_INIT(dav/fs)
  
  APACHE_MODPATH_FINISH
  
  
  
  1.1                  apache-2.0/src/modules/dav/fs/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  
  LTLIBRARY_NAME    = libapachemod_dav_fs.la
  LTLIBRARY_SOURCES = dbm.c lock.c repos.c
  
  include $(top_srcdir)/build/ltlib.mk
  
  
  
  1.1                  apache-2.0/src/modules/dav/fs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  .deps
  .libs
  *.la
  modules.mk
  Makefile
  *.lo
  *.slo
  *.so
  *.dll
  *.def
  
  
  
  1.1                  apache-2.0/src/modules/dav/main/config.m4
  
  Index: config.m4
  ===================================================================
  dnl modules enabled in this directory by default
  
  APACHE_MODPATH_INIT(dav/main)
  
  APACHE_MODULE(dav, WebDAV protocol handling, , , yes)
  
  APACHE_MODPATH_FINISH
  
  
  
  1.1                  apache-2.0/src/modules/dav/main/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  
  LTLIBRARY_NAME    = libapachemod_dav.la
  LTLIBRARY_SOURCES = mod_dav.c props.c util.c util_lock.c \
  			opaquelock.c dav_dyn.c
  
  include $(top_srcdir)/build/ltlib.mk
  
  
  
  1.1                  apache-2.0/src/modules/dav/main/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  .deps
  .libs
  *.la
  modules.mk
  Makefile
  *.lo
  *.slo
  *.so
  *.dll
  *.def