summaryrefslogtreecommitdiff
path: root/src/tools/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-28 20:28:13 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-28 20:28:13 +0000
commit54b8f7e50394e77bd34a0c56aac11abf4484e240 (patch)
tree7ef2147f679bbe7bed529341df4960d5625b1985 /src/tools/Makefile.am
parentab9084fc161d021a644456e011d2b6c004e3e0ec (diff)
downloadtor-54b8f7e50394e77bd34a0c56aac11abf4484e240.tar.gz
tor-54b8f7e50394e77bd34a0c56aac11abf4484e240.zip
Add a pure-C tor-resolve implementation
svn:r2620
Diffstat (limited to 'src/tools/Makefile.am')
-rw-r--r--src/tools/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am
new file mode 100644
index 0000000000..8dacfde388
--- /dev/null
+++ b/src/tools/Makefile.am
@@ -0,0 +1,6 @@
+bin_PROGRAMS = tor-resolve
+
+tor_resolve_SOURCES = tor-resolve.c
+
+tor_resolve_LDADD = ../common/libor.a
+