You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/05/13 12:25:34 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.apxs.in

hgomez      02/05/13 03:25:33

  Modified:    jk/native2/server/apache2 Makefile.apxs.in
  Log:
  Update apxs based Makefile
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.apxs.in
  
  Index: Makefile.apxs.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.apxs.in,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Makefile.apxs.in	7 May 2002 15:57:37 -0000	1.1
  +++ Makefile.apxs.in	13 May 2002 10:25:33 -0000	1.2
  @@ -15,11 +15,11 @@
   ## read the object (.c) from the list file.
   OEXT=.c
   include ../../common/list.mk
  -
  +APACHE2_OBJECTS=jk_logger_apache2.c jk_map_aprtable.c jk_service_apache2.c
   all: mod_jk2.la
   
   mod_jk2.la: 
  -	$(APXS)  -c -o $@ -Wc,"${APXSCFLAGS} ${JK_INCL}" "${JAVA_INCL}" "${APXSLDFLAGS}" mod_jk2.c jk_logger_apache2.c  jk_map_aprtable.c  jk_service_apache2.c ${APACHE_OBJECTS} 
  +	$(APXS) -c -o $@ -Wc,"${APXSCFLAGS} ${JK_INCL}" "${JAVA_INCL}" "${APXSLDFLAGS}" mod_jk2.c ${APACHE2_OBJECTS} ${APACHE_OBJECTS} 
   
   install: mod_jk2.la
   	$(APXS) -i mod_jk2.la
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>