aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2017-01-23 14:46:05 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-25 19:25:07 +0300
commit722fd6f8286722d30d50c00769fa4fcad5935dd2 (patch)
treeb8618aaf9c9456ab649ccf3faf354dbbb8534268 /helper/Makefile.am
parentbbabb79cfaf5e28ec9e804b95a23605038b39d39 (diff)
helper: add odph_api.h for existing exported headers
Rather than have all applications include a variable number of helper api files, consolidate them into one include odph_api.h Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 9b2f18a70..76cad1b7b 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -19,6 +19,7 @@ helperinclude_HEADERS = \
$(srcdir)/include/odp/helper/icmp.h\
$(srcdir)/include/odp/helper/ip.h\
$(srcdir)/include/odp/helper/ipsec.h\
+ $(srcdir)/include/odp/helper/odph_api.h\
$(srcdir)/include/odp/helper/strong_types.h\
$(srcdir)/include/odp/helper/tcp.h\
$(srcdir)/include/odp/helper/table.h\