summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
author(no author) <(no author)>2004-07-08 18:21:20 +0000
committer(no author) <(no author)@37549a05-7cf3-0310-b41a-658052d0713c>2004-07-08 18:21:20 +0000
commitc493a11b449f5071aed9adb34faa3e3dd85ea762 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/Makefile.am
parente650d1da777c76d94f023557b110725113a2b778 (diff)
New repository initialized by cvs2svn.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 208ae67..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-
-sbin_PROGRAMS = proxsmtpd
-
-proxsmtpd_SOURCES = proxsmtpd.c proxsmtpd.h \
- ../common/spio.c ../common/smtppass.c ../common/smtppass.h ../common/sppriv.h \
- ../common/stringx.c ../common/stringx.h ../common/sock_any.c ../common/sock_any.h \
- ../common/usuals.h ../common/compat.c ../common/compat.h
-
-proxsmtpd_CFLAGS = -I${top_srcdir}/common/ -I${top_srcdir}/
-