ConnectivityFoundry / AwaLWM2M

Awa LWM2M is an implementation of the OMA Lightweight M2M protocol in C.
BSD 3-Clause "New" or "Revised" License
102 stars 66 forks source link

Not all libraries are installed during 'make install' #359

Open shvachkoartyom opened 7 years ago

shvachkoartyom commented 7 years ago

I create a package for the buildroot to install AwaLWM2M to the embedded system. During the installation, only the libraries libawa_static.so, liberbiumstatic.so and libawa.so are installed. For the client's work, libraries libhmac.so, libb64.so, libxml.so are needed. They are compiled during the build process, but are not installed.