aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/pfcp/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2022-01-12 02:46:20 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2022-06-16 13:04:33 +0200
commit778071cc99789172b3e6d80a42582abd65a8502a (patch)
tree906935439a6b17b790dcf7956b39a18286030d53 /include/osmocom/pfcp/Makefile.am
parentccb5506a33687c93a9bf49b76b3c71f98dce4f1c (diff)
libosmo-pfcp: add pfcp_proto.h pfcp_strs.h
Diffstat (limited to 'include/osmocom/pfcp/Makefile.am')
-rw-r--r--include/osmocom/pfcp/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osmocom/pfcp/Makefile.am b/include/osmocom/pfcp/Makefile.am
index e69de29..ff7df5e 100644
--- a/include/osmocom/pfcp/Makefile.am
+++ b/include/osmocom/pfcp/Makefile.am
@@ -0,0 +1,6 @@
+pfcp_HEADERS = \
+ pfcp_proto.h \
+ pfcp_strs.h \
+ $(NULL)
+
+pfcpdir = $(includedir)/osmocom/pfcp