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

diff --git a/helper/Makefile.am b/helper/Makefile.am
index 196d887..e72507e 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -22,7 +22,10 @@ helperinclude_HEADERS = \
 
 noinst_HEADERS = \
                 $(srcdir)/odph_debug.h \
-                $(srcdir)/odph_pause.h
+                $(srcdir)/odph_pause.h \
+                $(srcdir)/odph_hashtable.h \
+                $(srcdir)/odph_lineartable.h \
+                $(srcdir)/odph_list_internal.h
 
 __LIB__libodphelper_la_SOURCES = \
                                        linux.c \
diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index 0984e2e..d6820e1 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -31,4 +31,3 @@ 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