You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ro...@apache.org on 2006/01/15 04:04:14 UTC

svn commit: r369170 - in /httpd/mod_smtpd/trunk/modules: access/rbl/Makefile queue/postfix/Makefile queue/smtp/Makefile rcpt/ok/Makefile vrfy/regex/Makefile

Author: rooneg
Date: Sat Jan 14 19:04:12 2006
New Revision: 369170

URL: http://svn.apache.org/viewcvs?rev=369170&view=rev
Log:
Update include paths so that the module builds can find mod_smtpd.h again
now that it's moved into the src subdirectory.

Modified:
    httpd/mod_smtpd/trunk/modules/access/rbl/Makefile
    httpd/mod_smtpd/trunk/modules/queue/postfix/Makefile
    httpd/mod_smtpd/trunk/modules/queue/smtp/Makefile
    httpd/mod_smtpd/trunk/modules/rcpt/ok/Makefile
    httpd/mod_smtpd/trunk/modules/vrfy/regex/Makefile

Modified: httpd/mod_smtpd/trunk/modules/access/rbl/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/access/rbl/Makefile?rev=369170&r1=369169&r2=369170&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/modules/access/rbl/Makefile (original)
+++ httpd/mod_smtpd/trunk/modules/access/rbl/Makefile Sat Jan 14 19:04:12 2006
@@ -1,7 +1,7 @@
 include ../../../include.mk
 
 CFLAGS=-Wall
-APXSFLAGS=-I../../.. -I../mod_dnsbl_lookup
+APXSFLAGS=-I../../../src -I../mod_dnsbl_lookup
 RBL_SRC=mod_smtpd_rbl.c
 
 all: mod_smtpd_rbl.la

Modified: httpd/mod_smtpd/trunk/modules/queue/postfix/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/queue/postfix/Makefile?rev=369170&r1=369169&r2=369170&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/modules/queue/postfix/Makefile (original)
+++ httpd/mod_smtpd/trunk/modules/queue/postfix/Makefile Sat Jan 14 19:04:12 2006
@@ -1,7 +1,7 @@
 include ../../../include.mk
 
 CFLAGS=-Wall
-APXSFLAGS=-I../../..
+APXSFLAGS=-I../../../src
 SRCS=mod_smtpd_queue_postfix.c
 
 all: mod_smtpd_queue_postfix.la

Modified: httpd/mod_smtpd/trunk/modules/queue/smtp/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/queue/smtp/Makefile?rev=369170&r1=369169&r2=369170&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/modules/queue/smtp/Makefile (original)
+++ httpd/mod_smtpd/trunk/modules/queue/smtp/Makefile Sat Jan 14 19:04:12 2006
@@ -1,7 +1,7 @@
 include ../../../include.mk
 
 CFLAGS=-Wall
-APXSFLAGS=-I../../..
+APXSFLAGS=-I../../../src
 SRCS=mod_smtpd_queue_smtp.c
 
 all: mod_smtpd_queue_smtp.la

Modified: httpd/mod_smtpd/trunk/modules/rcpt/ok/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/rcpt/ok/Makefile?rev=369170&r1=369169&r2=369170&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/modules/rcpt/ok/Makefile (original)
+++ httpd/mod_smtpd/trunk/modules/rcpt/ok/Makefile Sat Jan 14 19:04:12 2006
@@ -1,7 +1,7 @@
 include ../../../include.mk
 
 CFLAGS=-Wall
-APXSFLAGS=-I../../..
+APXSFLAGS=-I../../../src
 SRCS=mod_smtpd_rcpt_ok.c
 
 all: mod_smtpd_rcpt_ok.la

Modified: httpd/mod_smtpd/trunk/modules/vrfy/regex/Makefile
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/modules/vrfy/regex/Makefile?rev=369170&r1=369169&r2=369170&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/modules/vrfy/regex/Makefile (original)
+++ httpd/mod_smtpd/trunk/modules/vrfy/regex/Makefile Sat Jan 14 19:04:12 2006
@@ -1,7 +1,7 @@
 include ../../../include.mk
 
 CFLAGS=-Wall
-APXSFLAGS=-I../../..
+APXSFLAGS=-I../../../src
 SRCS=mod_smtpd_vrfy_regex.c
 
 all: mod_smtpd_vrfy_regex.la