Skip to content

Commit

Permalink
Fix out of source tree builds for QUIC (apache#6984)
Browse files Browse the repository at this point in the history
  • Loading branch information
randall committed Jul 8, 2020
1 parent 25929ab commit c5c4633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions iocore/net/quic/Makefile.am
Expand Up @@ -18,6 +18,7 @@

AM_CPPFLAGS += \
$(iocore_include_dirs) \
-I$(abs_top_srcdir)/include \
-I$(abs_top_srcdir)/lib \
-I$(abs_top_srcdir)/lib/records \
-I$(abs_top_srcdir)/proxy \
Expand Down
1 change: 1 addition & 0 deletions proxy/http3/Makefile.am
Expand Up @@ -19,6 +19,7 @@

AM_CPPFLAGS += \
$(iocore_include_dirs) \
-I$(abs_top_srcdir)/include \
-I$(abs_top_srcdir)/proxy/api/ts \
-I$(abs_top_srcdir)/lib \
-I$(abs_top_srcdir)/lib/records \
Expand Down
1 change: 1 addition & 0 deletions src/traffic_quic/Makefile.inc
Expand Up @@ -20,6 +20,7 @@ bin_PROGRAMS += traffic_quic/traffic_quic
traffic_quic_traffic_quic_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(iocore_include_dirs) \
-I$(abs_top_srcdir)/include \
-I$(abs_top_srcdir)/lib \
-I$(abs_top_srcdir)/lib/records \
-I$(abs_top_srcdir)/mgmt \
Expand Down

0 comments on commit c5c4633

Please sign in to comment.