You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by wr...@apache.org on 2006/06/27 17:39:00 UTC

svn commit: r417533 - in /incubator/mod_ftp/trunk: Makefile.in modules/Makefile.in src/Makefile.in

Author: wrowe
Date: Tue Jun 27 10:38:59 2006
New Revision: 417533

URL: http://svn.apache.org/viewvc?rev=417533&view=rev
Log:

  Clean up some 20 references and stale COV symbols

Modified:
    incubator/mod_ftp/trunk/Makefile.in
    incubator/mod_ftp/trunk/modules/Makefile.in
    incubator/mod_ftp/trunk/src/Makefile.in

Modified: incubator/mod_ftp/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/Makefile.in?rev=417533&r1=417532&r2=417533&view=diff
==============================================================================
--- incubator/mod_ftp/trunk/Makefile.in (original)
+++ incubator/mod_ftp/trunk/Makefile.in Tue Jun 27 10:38:59 2006
@@ -60,9 +60,9 @@
 host_alias = @host_alias@
 host_triplet = @host@
 AIX_SHLIB_LDFLAGS = @AIX_SHLIB_LDFLAGS@
-APACHE20_BLDDIR = @APACHE20_BLDDIR@
-APACHE20_CPPFLAGS = @APACHE20_CPPFLAGS@
-APACHE20_SRCDIR = @APACHE20_SRCDIR@
+APACHE2_BLDDIR = @APACHE2_BLDDIR@
+APACHE2_CPPFLAGS = @APACHE2_CPPFLAGS@
+APACHE2_SRCDIR = @APACHE2_SRCDIR@
 APR_CFLAGS = @APR_CFLAGS@
 APR_CPPFLAGS = @APR_CPPFLAGS@
 APR_DIR = @APR_DIR@
@@ -75,7 +75,6 @@
 AS = @AS@
 CC = @CC@
 CFLAGS = @CFLAGS@
-COVALENT_SNMP_INCLUDES = @COVALENT_SNMP_INCLUDES@
 CPPFLAGS = @CPPFLAGS@
 DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@

Modified: incubator/mod_ftp/trunk/modules/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/modules/Makefile.in?rev=417533&r1=417532&r2=417533&view=diff
==============================================================================
--- incubator/mod_ftp/trunk/modules/Makefile.in (original)
+++ incubator/mod_ftp/trunk/modules/Makefile.in Tue Jun 27 10:38:59 2006
@@ -63,9 +63,9 @@
 host_alias = @host_alias@
 host_triplet = @host@
 AIX_SHLIB_LDFLAGS = @AIX_SHLIB_LDFLAGS@
-APACHE20_BLDDIR = @APACHE20_BLDDIR@
-APACHE20_CPPFLAGS = @APACHE20_CPPFLAGS@
-APACHE20_SRCDIR = @APACHE20_SRCDIR@
+APACHE2_BLDDIR = @APACHE2_BLDDIR@
+APACHE2_CPPFLAGS = @APACHE2_CPPFLAGS@
+APACHE2_SRCDIR = @APACHE2_SRCDIR@
 APR_CFLAGS = @APR_CFLAGS@
 APR_CPPFLAGS = @APR_CPPFLAGS@
 APR_DIR = @APR_DIR@
@@ -78,7 +78,6 @@
 AS = @AS@
 CC = @CC@
 CFLAGS = @CFLAGS@
-COVALENT_SNMP_INCLUDES = @COVALENT_SNMP_INCLUDES@
 CPPFLAGS = @CPPFLAGS@
 DLLTOOL = @DLLTOOL@
 ECHO = @ECHO@
@@ -100,7 +99,7 @@
 TESTBIN = @TESTBIN@
 VERSION = @VERSION@
 
-INCLUDES =  -I@APACHE20_SRCDIR@/modules/loggers -I@APACHE20_SRCDIR@/server/mpm/prefork -I@FTPDIR@@/include
+INCLUDES =  -I@APACHE2_SRCDIR@/modules/loggers -I@APACHE2_SRCDIR@/server/mpm/prefork -I@FTPDIR@@/include
 
 CLEANFILES = *.so *~
 

Modified: incubator/mod_ftp/trunk/src/Makefile.in
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/src/Makefile.in?rev=417533&r1=417532&r2=417533&view=diff
==============================================================================
--- incubator/mod_ftp/trunk/src/Makefile.in (original)
+++ incubator/mod_ftp/trunk/src/Makefile.in Tue Jun 27 10:38:59 2006
@@ -60,9 +60,9 @@
 host_alias = @host_alias@
 host_triplet = @host@
 AIX_SHLIB_LDFLAGS = @AIX_SHLIB_LDFLAGS@
-APACHE20_BLDDIR = @APACHE20_BLDDIR@
-APACHE20_CPPFLAGS = @APACHE20_CPPFLAGS@
-APACHE20_SRCDIR = @APACHE20_SRCDIR@
+APACHE2_BLDDIR = @APACHE2_BLDDIR@
+APACHE2_CPPFLAGS = @APACHE2_CPPFLAGS@
+APACHE2_SRCDIR = @APACHE2_SRCDIR@
 APR_CFLAGS = @APR_CFLAGS@
 APR_CPPFLAGS = @APR_CPPFLAGS@
 APR_DIR = @APR_DIR@
@@ -98,12 +98,14 @@
 
 CLEANFILES = libmod_ftp.so *~ ftp_protocol.h
 
-INCLUDES =  -I@APACHE20_SRCDIR@/modules/loggers -I@APACHE20_SRCDIR@/server/mpm/prefork -I@FTPDIR@/include
+INCLUDES =  -I@APACHE2_SRCDIR@/modules/loggers -I@APACHE2_SRCDIR@/server/mpm/prefork -I@FTPDIR@/include
 
 libmod_ftp_la_LDFLAGS = @AIX_SHLIB_LDFLAGS@ -module -export-dynamic 
 libmod_ftp_la_LIBADD = 
-libmod_ftp_la_SOURCES =  			mod_ftp.c 			ftp_commands.c 			ftp_connection.c 			ftp_data_connection.c 			ftp_data_filters.c 			ftp_limitlogin.c 			ftp_inet_pton.c 			ftp_glob.c 			ftp_filters.c 			ftp_log.c 			ftp_message.c 			ftp_protocol.c 			ftp_request.c 			ftp_util.c 
-
+libmod_ftp_la_SOURCES = mod_ftp.c ftp_commands.c ftp_connection.c \
+	ftp_data_connection.c ftp_data_filters.c ftp_limitlogin.c \
+	ftp_inet_pton.c ftp_glob.c ftp_filters.c ftp_log.c ftp_message.c \
+	ftp_protocol.c ftp_request.c ftp_util.c 
 
 lib_LTLIBRARIES = libmod_ftp.la
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs