I am writing an application for which I need to add few libraries e.g. libxyz.so or libxyz.a. I am not sure “how to” and “where to” add these dependencies in makefile. I understand there is menuselect utility but I don’t know how to use it my for application
For example: I am creating apps/app_xyz.so application. Which requires libxyz.so as runtime library. Where to add entry of libxyz.so for app_xyz so that it will link against this library ?
I tried putting path of libxyz.so in LD_LIBRARY_PATH but its not liking it.
Not sure if my answer is right, better check with developers, so I suggest you to search/write a message in the Asterisk developer mailing list, for this and other questions related to development.