neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-upf/+/28224 )
Change subject: pfcp/Makefile.am: add missing pfcp_ies_auto.h entry ......................................................................
pfcp/Makefile.am: add missing pfcp_ies_auto.h entry
Even though it is a generated header, it must still be listed in pfcp_HEADERS.
Change-Id: I6fbfe1fcd084f2d16334bb3e44d9891d9485d59f --- M include/osmocom/pfcp/Makefile.am 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/24/28224/1
diff --git a/include/osmocom/pfcp/Makefile.am b/include/osmocom/pfcp/Makefile.am index 4bfc194..65b0102 100644 --- a/include/osmocom/pfcp/Makefile.am +++ b/include/osmocom/pfcp/Makefile.am @@ -1,5 +1,6 @@ pfcp_HEADERS = \ pfcp_ies_custom.h \ + pfcp_ies_auto.h \ pfcp_proto.h \ pfcp_strs.h \ $(NULL)