aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/Makefile
Commit message (Collapse)AuthorAgeLines
* Add --verbose configure option to control verbose build outputTim Harder2017-03-12-2/+2
| | | | Defaults to disabled to maintain the status quo.
* Allow building position-independent executables. #981, patch from brainsmoke.Wilmer van der Gaast2012-09-15-1/+1
|
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-3/+3
| | | | | unexpectedly being set to something already.
* Fetch Gadu-Gadu contact lists (libpurple-specific hardcoding hack). BugWilmer van der Gaast2010-11-21-1/+1
| | | | | #679. Patch from "rover.orna".
* Use nifty gcc -MD feature to automatically track .h dependencies of all CWilmer van der Gaast2010-08-27-0/+3
| | | | | | | | | | files, this finally gives proper dependencies, which means the end of getting broken binaries around headerfile changes, etc. Sure, this may not work on obscurux with superawesomeincompatiblecc while autoconf does, but at least BitlBee's configure script still runs in <1s. :-)
* Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+4
| | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
* Split off the file transfer stuff into a separate file. What a mess.Wilmer van der Gaast2010-05-17-1/+1
|
* Fixed build system: Run pkg-config at configure-time instead of just failingWilmer van der Gaast2010-01-04-1/+1
| | | | | mysteriously at build time if libpurple-dev is missing.
* Something that compiles and runs, but otherwise utterly useless. Added aWilmer van der Gaast2009-10-05-0/+41
protocols/purple/ module and included it in the build system. Already picks up all the supported protocols and adds them individually.