summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-31 10:24:38 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-04 11:11:01 -0400
commitc2947dbb8645ed7c1db58dabff8752abf9625e0d (patch)
tree8f226a69fbb0d2718dad2da3c9dcace527c46352 /src/common/include.am
parent321c1c453e4ee757be7df823da28b0f4af7ae60a (diff)
downloadtor-c2947dbb8645ed7c1db58dabff8752abf9625e0d.tar.gz
tor-c2947dbb8645ed7c1db58dabff8752abf9625e0d.zip
Move config_line_t functions from confparse.c into common.
I'm doing this to storagedir to used config_line_t.
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index b5d6ac4ac5..d6504c7466 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -84,6 +84,7 @@ LIBOR_A_SRC = \
src/common/compat.c \
src/common/compat_threads.c \
src/common/compat_time.c \
+ src/common/confline.c \
src/common/container.c \
src/common/log.c \
src/common/memarea.c \
@@ -144,6 +145,7 @@ COMMONHEADERS = \
src/common/compat_openssl.h \
src/common/compat_threads.h \
src/common/compat_time.h \
+ src/common/confline.h \
src/common/container.h \
src/common/crypto.h \
src/common/crypto_curve25519.h \