aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-11 10:22:01 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-11 10:22:01 -0400
commitae6e60281c44cc34189c5f3cd6114aed2b2a9bc4 (patch)
tree0e74b0c6fa1b2a42c26616eeeaa81f39ce473a73 /src/core/include.am
parenta90d1918af5d2b6c6e6dd2c0797f8a63d4042bfa (diff)
downloadtor-ae6e60281c44cc34189c5f3cd6114aed2b2a9bc4.tar.gz
tor-ae6e60281c44cc34189c5f3cd6114aed2b2a9bc4.zip
Update include.am files to refer to new location of confparse.[ch]
Tests should now pass again.
Diffstat (limited to 'src/core/include.am')
-rw-r--r--src/core/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/include.am b/src/core/include.am
index 914c370ec1..9b4b251c81 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -9,7 +9,6 @@ endif
# ADD_C_FILE: INSERT SOURCES HERE.
LIBTOR_APP_A_SOURCES = \
src/app/config/config.c \
- src/app/config/confparse.c \
src/app/config/statefile.c \
src/app/main/main.c \
src/app/main/shutdown.c \
@@ -214,7 +213,6 @@ src_core_libtor_app_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
# ADD_C_FILE: INSERT HEADERS HERE.
noinst_HEADERS += \
src/app/config/config.h \
- src/app/config/confparse.h \
src/app/config/or_options_st.h \
src/app/config/or_state_st.h \
src/app/config/statefile.h \