diff mbox

[3/7] linux-generic: Makefile: add odph_tcp.h to subdirheaders

Message ID 1418943710-17817-4-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 4a8ce60b080c0a5fd3e0b6598fc4c902df963635
Headers show

Commit Message

Anders Roxell Dec. 18, 2014, 11:01 p.m. UTC
So odph_tcp.h gets installed when doing make install

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 platform/linux-generic/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index 911f925..1b46416 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -48,6 +48,7 @@  subdirheaders_HEADERS = \
 			$(top_srcdir)/helper/include/odph_ipsec.h \
 			$(top_srcdir)/helper/include/odph_linux.h \
 			$(top_srcdir)/helper/include/odph_ring.h \
+			$(top_srcdir)/helper/include/odph_tcp.h \
 			$(top_srcdir)/helper/include/odph_udp.h
 
 __LIB__libodp_la_SOURCES = \