There are some automake files like dpdk.am and marvell.am and tlsmbedtls.am that show the non-preferred way to use ..._LDFLAGS to add the library you will use; you should use ..._LDADD just to conform to (my reading of) the automake manual https://www.gnu.org/software/automake/manual/automake.pdf.
Burt On Wed, Mar 14, 2018 at 8:10 AM, Sara Gittlin <sara.gitt...@gmail.com> wrote: > Hello All > in my plugin i'm using libconfig to read/parse configuration file. > VPP fails when calling to my-plugin-int because this lib is not > linked. [/usr/bin/vpp: symbol lookup error: > /usr/lib/vpp_plugins/sample_plugin.so: undefined symbol: config_init] > > which Makefile should i add this new lib libconfig ? > > Thank you in advance > -Sara > > > >