neels has uploaded this change for review.

View Change

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)

To view, visit change 28224. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I6fbfe1fcd084f2d16334bb3e44d9891d9485d59f
Gerrit-Change-Number: 28224
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange