diff options
author | Roger Dingledine <arma@torproject.org> | 2003-04-04 22:09:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-04-04 22:09:43 +0000 |
commit | 76e1a661968b684f711d71c064af86663974805c (patch) | |
tree | 0c7d8bf2c37e331480350dac59a25556638327fe /src/smtpap/Makefile.am | |
parent | 96e5f776d60792f9ca8ce2606dd477c70e224098 (diff) | |
download | tor-76e1a661968b684f711d71c064af86663974805c.tar tor-76e1a661968b684f711d71c064af86663974805c.tar.gz |
remove obsolete smtpap
svn:r219
Diffstat (limited to 'src/smtpap/Makefile.am')
-rw-r--r-- | src/smtpap/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/smtpap/Makefile.am b/src/smtpap/Makefile.am deleted file mode 100644 index 7691c00a4..000000000 --- a/src/smtpap/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -bin_PROGRAMS = smtpap - -smtpap_LDADD = -L../common -lor - -smtpap_SOURCES = smtpap.c io.c - -noinst_HEADERS = smtpap.h io.h - |