aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-03-24 13:53:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-03-24 13:53:00 +0000
commitdbf0ba3e97226a7e36b03f848e79716311438c41 (patch)
treeee503262660cc18cd452f87e990bdeaa96ce7d16
parent51829beb9e27596da4d437e69c1b01c11fca4067 (diff)
downloadmailfromd-dbf0ba3e97226a7e36b03f848e79716311438c41.tar.gz
mailfromd-dbf0ba3e97226a7e36b03f848e79716311438c41.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1312 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--tests/etc/Makefile.am60
1 files changed, 60 insertions, 0 deletions
diff --git a/tests/etc/Makefile.am b/tests/etc/Makefile.am
new file mode 100644
index 00000000..a4073212
--- /dev/null
+++ b/tests/etc/Makefile.am
@@ -0,0 +1,60 @@
+# This file is part of mailfromd.
+# Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA
+
+RCFILES=\
+ accept.rc\
+ ack.rc\
+ arg.rc\
+ catch.rc\
+ catch01.rc\
+ cidr.rc\
+ cond.rc\
+ dns.rc\
+ farg.rc\
+ greylist.rc\
+ numrcpt.rc\
+ macros.rc\
+ ml.rc\
+ poll.rc\
+ poll-1.rc\
+ prec.rc\
+ reject.rc\
+ relayed.rc\
+ sa01.rc\
+ sa02.rc\
+ sa03.rc\
+ sa04.rc\
+ shadow.rc\
+ strings.rc\
+ switch.rc\
+ tempfail.rc\
+ var.rc
+
+noinst_DATA = $(RCFILES) config.rc
+EXTRA_DIST=config.in relayed.list $(RCFILES)
+CLEANFILES = config.rc
+$(RCFILES): Makefile
+
+SUFFIXES= .in .rc
+
+.in.rc:
+ m4 -DTOP_SRCDIR=`cd $(top_srcdir); pwd` \
+ -DTESTDIR=`cd ..; pwd` $< > $@
+
+config.rc: config.in
+

Return to:

Send suggestions and report system problems to the System administrator.