diff options
author | David Goulet <dgoulet@torproject.org> | 2020-07-10 13:12:22 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-10 13:12:22 -0400 |
commit | 063cdb3142f380ca1167f50d42fb61c2687dbef6 (patch) | |
tree | 66f1c5c1defd823a127f7b0a8e1635ba80b19566 /src/feature/stats/include.am | |
parent | 6fb1637255122dc3660486cf731c0f4640fd98db (diff) | |
parent | fae19df98581ee5128faca704e384a5eeefc5966 (diff) | |
download | tor-063cdb3142f380ca1167f50d42fb61c2687dbef6.tar.gz tor-063cdb3142f380ca1167f50d42fb61c2687dbef6.zip |
Merge branch 'tor-gitlab/mr/39'
Diffstat (limited to 'src/feature/stats/include.am')
-rw-r--r-- | src/feature/stats/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/stats/include.am b/src/feature/stats/include.am index 32e760a08b..bc13882f4b 100644 --- a/src/feature/stats/include.am +++ b/src/feature/stats/include.am @@ -2,6 +2,7 @@ # ADD_C_FILE: INSERT SOURCES HERE. LIBTOR_APP_A_SOURCES += \ src/feature/stats/bwhist.c \ + src/feature/stats/connstats.c \ src/feature/stats/geoip_stats.c \ src/feature/stats/rephist.c \ src/feature/stats/predict_ports.c @@ -9,6 +10,7 @@ LIBTOR_APP_A_SOURCES += \ # ADD_C_FILE: INSERT HEADERS HERE. noinst_HEADERS += \ src/feature/stats/bwhist.h \ + src/feature/stats/connstats.h \ src/feature/stats/geoip_stats.h \ src/feature/stats/rephist.h \ src/feature/stats/predict_ports.h |