including libraries in PhAB application

Hi,

I want to raed an xml file and make a corresponding tree in PhAB. I have written an XML parser code in windows manager callback function.
I have included header files <xmlnode.h> and <xmltree.h> which in turn require two libraries (libxml and libexpat)…

How do i include these libraries in my photon application???

thanks …