You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/10/06 07:09:08 UTC

cvs commit: httpd-2.0/modules/test Makefile.in config.m4

wrowe       01/10/05 22:09:08

  Added:       modules/test Makefile.in config.m4
  Log:
    I don't know if these are correct, just my best alien guess.
  
    I also don't suspect we want to add test/ to the modules/ makefile,
    since test won't be distributed with the tarball.
  
  Revision  Changes    Path
  1.1                  httpd-2.0/modules/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  # a modules Makefile has no explicit targets -- they will be defined by
  # whatever modules are enabled. just grab special.mk to deal with this.
  include $(top_srcdir)/build/special.mk
  
  
  
  1.1                  httpd-2.0/modules/test/config.m4
  
  Index: config.m4
  ===================================================================
  
  APACHE_MODPATH_INIT(test)
  
  APACHE_MODULE(optional_hook_export, example optional hook exporter, , , no)
  APACHE_MODULE(optional_hook_import, example optional hook importer, , , no)
  APACHE_MODULE(optional_fn_import, example optional function importer, , , no)
  APACHE_MODULE(optional_fn_export, example optional function exporter, , , no)
  
  APACHE_MODPATH_FINISH