Le 15 avr. 2013 à 14:08, Lucas Soltic <lucas.sol...@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@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.
_______________________________________________
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Reply via email to