We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2071db0 commit 9922eb4Copy full SHA for 9922eb4
configure.ac
@@ -4,7 +4,7 @@
4
# by homebrew, see the commands to set PKG_CONFIG_PATH in build.sh.
5
6
AC_PREREQ([2.69])
7
-AC_INIT([lightstep-tracer-cpp], [0.18],
+AC_INIT([lightstep-tracer-cpp], [0.19],
8
[https://github.com/lightstep/lightstep-tracer-cpp/issues])
9
LT_INIT([disable-shared])
10
AM_INIT_AUTOMAKE([1.14 foreign subdir-objects])
src/c++11/Makefile.am
@@ -21,6 +21,7 @@ nobase_include_HEADERS = \
21
lightstep/collector.grpc.pb.h \
22
lightstep/collector.pb.h \
23
lightstep/envoy_carrier.pb.h \
24
+ lightstep/envoy.h \
25
lightstep/impl.h \
26
lightstep/options.h \
27
lightstep/propagation.h \
0 commit comments