aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorhuanggaoyang <huanggaoyang1@huawei.com>2015-11-06 15:59:45 +0800
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-13 15:44:41 +0300
commit8e12ad210bd316c4f4c3898501775e9a42b01240 (patch)
tree01c2cebed1b5d1f72710457b1bbfc6be3a56c766 /helper/Makefile.am
parentfa9d5bc042605fc3a964b0064299d66f323ba084 (diff)
helper: table: fix the ci warning
Signed-off-by: huanggaoyang <huanggaoyang1@huawei.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 196d8875c..e72507e1c 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 \