aboutsummaryrefslogtreecommitdiffstats
path: root/src/libfast/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-2/+6
| | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-2/+7
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* libfast: add a fast_ prefix to all classes, avoiding namespace clashesMartin Willi2013-07-181-2/+3
|
* Install dev headers only if --with-dev-headers= option is setMartin Willi2012-07-111-1/+3
|
* Install libfast development headersMartin Willi2012-07-111-2/+7
|
* Check if ClearSilver actually requires zlibMartin Willi2011-09-021-1/+1
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.
* We actually need to link against libz, as neo libraries are often staticMartin Willi2011-06-151-1/+1
| | | | This reverts commit 3c0630a797a18ad353167e56feb21476b4553834.
* libfast does not depend on zlib directly, clearsilver can be built without ↵Martin Willi2011-06-011-1/+1
| | | | compression support
* Added a very minimalistic SMTP client to send mails via a local EximMartin Willi2010-03-111-1/+1
|
* Check if libpthread is required or not.Tobias Brunner2009-12-231-1/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+8