aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-04-09 17:40:21 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-16 13:04:33 +0200
commit75028467e71ee00d89abd52ebfd9971d96ea1c70 (patch)
tree0513fbebe0114f878de1e416a47fe0543f1f4157
parentb53c785d7806f580100cf1628b08aa081d57af3d (diff)
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
-rw-r--r--include/osmocom/pfcp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)