Adding sources/libraries to libpurple

Lucas Soltic lucas.soltic at orange.fr
Mon Apr 15 08:58:47 EDT 2013


Le 15 avr. 2013 à 14:08, Lucas Soltic <lucas.soltic at orange.fr> a écrit :

> Hello,
> 
> I'm working on libpurple for a student project and I want to add some more source files and dependencies to the final libpurple build. I'm not really used to autotools but from what I've read I should modify libpurple/Makefile.am, and more precisely the libpurple_la_SOURCES and libpurple_la_LIBADD variables.
> 
> However, re-running configure after saving the changes to Makefile.am will produce a libpurple/Makefile that does not include my modifications. Directly editing the Makefile allows me to build the project as I wish though, but re-running configure will erase my changes to the Makefile.
> 
> Could I get any pointer or explanation about what should be done to include my own sources/libraries to the libpurple build?
> 
> Regards,
> Lucas SOLTIC
> _______________________________________________
> Support at pidgin.im mailing list
> Want to unsubscribe?  Use this link:
> http://pidgin.im/cgi-bin/mailman/listinfo/support

I found out: I had to run autoreconf. I had thought configure would use Makefile.am but it doesn't.



More information about the Support mailing list