From 75028467e71ee00d89abd52ebfd9971d96ea1c70 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 9 Apr 2022 17:40:21 +0200 Subject: 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. Related: SYS#5599 Change-Id: I6fbfe1fcd084f2d16334bb3e44d9891d9485d59f --- include/osmocom/pfcp/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3