Can not add realport to HTTP AWS Server Sample

Hi,

I generate a sample of HTTP AWS Server Sample use Digi ESP.

I want to add realport function to this sample, but makefile do not include librealport.a, and the makefile is auto-generated by ESP.

How can I add realport function to this sample?

Thanks.

Jiaxin

Do not try to edit Makefiles manually, you can add libraries and change any other makefile configurations via GUI in your Project properties. Select you project, Alt-Enter to open properties–>Netos–> Libraries
:
screenshot:
https://www.dropbox.com/s/nkanhmkvir7tp9d/Screenshot%202015-03-03%2013.56.12.png?dl=0

Thanks a lot !