expat problem

Hi,

please forgive me if this is a stupid question - I am very new to using Applescript Studio.

I have written an app as a GUI-wrapper for a C-program. I have embedded the C-program within the .app package created by Applescript Studio and all works very well. However, the C-program requires the expat XML parser library in order to run. I would like, if possible, to also embed this library as I figure that building and installing it is probably beyond the average user (and the whole point of a GUI-wrapper is to make the program accessible these users).

Does anyone know a simple way for me to get the expat library to be included with the package for an Applescript Studio app?

thanks,

Jeremy