summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-11 17:19:37 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-11 17:22:03 -0400
commit63f542a5c21103946177b5377cdf5d08e2e68849 (patch)
tree6c8c7d20c0772be81b6ee08d61f48b56ed4eaacd /src/common/include.am
parent7ea904cbc0acbe1575ff68700572da76e4e4b10d (diff)
downloadtor-63f542a5c21103946177b5377cdf5d08e2e68849.tar.gz
tor-63f542a5c21103946177b5377cdf5d08e2e68849.zip
Move all externally maintained source files into src/ext
The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am
index ba08aa7e5a..7299a47afb 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -9,7 +9,7 @@ EXTRA_DIST+= \
AM_CPPFLAGS += -I$(srcdir)/src/common -Isrc/common
if USE_OPENBSD_MALLOC
-libor_extra_source=src/common/OpenBSD_malloc_Linux.c
+libor_extra_source=src/ext/OpenBSD_malloc_Linux.c
else
libor_extra_source=
endif
@@ -44,7 +44,6 @@ COMMONHEADERS = \
src/common/container.h \
src/common/crypto.h \
src/common/di_ops.h \
- src/common/ht.h \
src/common/memarea.h \
src/common/mempool.h \
src/common/procmon.h \