Signed-off-by: huanggaoyang <[email protected]>
---
 helper/Makefile.am      | 5 ++++-
 helper/test/Makefile.am | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/helper/Makefile.am b/helper/Makefile.am
index 1a74e8e..196d887 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -17,6 +17,7 @@ helperinclude_HEADERS = \
                  $(srcdir)/include/odp/helper/ip.h\
                  $(srcdir)/include/odp/helper/ipsec.h\
                  $(srcdir)/include/odp/helper/tcp.h\
+                 $(srcdir)/include/odp/helper/table.h\
                  $(srcdir)/include/odp/helper/udp.h
 
 noinst_HEADERS = \
@@ -25,6 +26,8 @@ noinst_HEADERS = \
 
 __LIB__libodphelper_la_SOURCES = \
                                        linux.c \
-                                       ring.c
+                                       ring.c \
+                                       hashtable.c \
+                                       lineartable.c
 
 lib_LTLIBRARIES = $(LIB)/libodphelper.la
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index fbf5a9b..0984e2e 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -8,7 +8,8 @@ TESTS_ENVIRONMENT += TEST_DIR=${builddir}
 EXECUTABLES = odp_chksum$(EXEEXT) \
               odp_thread$(EXEEXT) \
               odp_process$(EXEEXT)\
-              odph_pause$(EXEEXT)
+              odph_pause$(EXEEXT)\
+              odp_table$(EXEEXT)
 
 COMPILE_ONLY =
 
@@ -29,3 +30,5 @@ odp_thread_LDADD = $(LIB)/libodphelper.la $(LIB)/libodp.la
 dist_odp_process_SOURCES = odp_process.c
 odp_process_LDADD = $(LIB)/libodphelper.la $(LIB)/libodp.la
 odph_pause_SOURCES = odph_pause.c
+dist_odp_table_SOURCES = odp_table.c
+dist_odp_table_LDADD = $(LIB)/libodphelper.la $(LIB)/libodp.la
-- 
1.9.1


_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to