aboutsummaryrefslogtreecommitdiff
path: root/src/httpap/Makefile.am
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-04-04 22:10:25 +0000
committerRoger Dingledine <arma@torproject.org>2003-04-04 22:10:25 +0000
commit03f4ed309f8d7743817521dfa9cd361364d2183f (patch)
treef69366f55fc67a366650d5e1e040dd1aa4e0681b /src/httpap/Makefile.am
parent76e1a661968b684f711d71c064af86663974805c (diff)
downloadtor-03f4ed309f8d7743817521dfa9cd361364d2183f.tar
tor-03f4ed309f8d7743817521dfa9cd361364d2183f.tar.gz
remove obsolete httpap
svn:r220
Diffstat (limited to 'src/httpap/Makefile.am')
-rw-r--r--src/httpap/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/httpap/Makefile.am b/src/httpap/Makefile.am
deleted file mode 100644
index 9c85c89fe..000000000
--- a/src/httpap/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-
-bin_PROGRAMS = httpap
-
-httpap_LDADD = -L../common -lor
-
-httpap_SOURCES = httpap.c http.c
-
-noinst_HEADERS = httpap.h http.h
-