joes        2003/01/16 22:41:15

  Added:       .        Makefile.am
               src      Makefile.am
  Log:
  Add automake files.
  
  Revision  Changes    Path
  1.1                  httpd-apreq-2/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  AUTOMAKE_OPTIONS = foreign
  SUBDIRS = src
  EXTRA_DIST = libapreq.pod
  
  
  
  1.1                  httpd-apreq-2/src/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  lib_LTLIBRARIES = libapreq.la
  pkginclude_HEADERS = apreq.h apreq_cookie.h apreq_request.h apreq_tables.h 
apreq_env.h
  libapreq_la_SOURCES = apreq.c apreq_tables.c apreq_cookie.c apreq_request.c
  libapreq_la_LDFLAGS = -version-info 2:0
  INCLUDES = @APREQ_INCLUDES@
  
  
  

Reply via email to