On 11/05/2015 02:12, Mike Holmes wrote:
This introduces a warning to ./bootstrap

mike@mike-desktop:~/git/odp$ git reset --hard origin/next
HEAD is now at 64a51d1 helper: test: add a simple test case for hashtable
mike@mike-desktop:~/git/odp$ ./bootstrap
+ aclocal -I config -I m4
+ libtoolize --copy
+ autoheader
+ automake --add-missing --copy --warnings=all
helper/test/Makefile.am:34: warning: variable 'dist_odp_table_LDADD' is defined but no program or helper/test/Makefile.am:34: library has 'odp_table' as canonical name (possible typo)
+ autoconf


Please fix it in next branch.

Maxim.




On 29 October 2015 at 03:02, huanggaoyang <[email protected] <mailto:[email protected]>> wrote:

    Signed-off-by: huanggaoyang <[email protected]
    <mailto:[email protected]>>
    ---
     helper/Makefile.am | 5 ++++-
     1 file changed, 4 insertions(+), 1 deletion(-)

    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 <http://libodphelper.la>
    --
    1.9.1


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




--
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs



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

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

Reply via email to