aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/pfcp/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-01-12 03:26:08 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-16 13:04:33 +0200
commit8bcc7faa62135041c7b5c212c7f1e20ac12d0f2d (patch)
tree23fe1afeff6d6b4c7d00c366c41563ed33df72d6 /include/osmocom/pfcp/Makefile.am
parentace6adb548a4f89a3ae1c59dd8c34b0b5b2a337d (diff)
libosmo-pfcp: implement PFCP header and msg handling
Diffstat (limited to 'include/osmocom/pfcp/Makefile.am')
-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 65b0102..7bd5ea3 100644
--- a/include/osmocom/pfcp/Makefile.am
+++ b/include/osmocom/pfcp/Makefile.am
@@ -1,6 +1,7 @@
pfcp_HEADERS = \
pfcp_ies_custom.h \
pfcp_ies_auto.h \
+ pfcp_msg.h \
pfcp_proto.h \
pfcp_strs.h \
$(NULL)