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
This commit is contained in:
Neels Hofmeyr 2022-04-09 17:40:21 +02:00 committed by Neels Hofmeyr
parent b53c785d78
commit 75028467e7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
pfcp_HEADERS = \
pfcp_ies_custom.h \
pfcp_ies_auto.h \
pfcp_proto.h \
pfcp_strs.h \
$(NULL)