aboutsummaryrefslogtreecommitdiffstats
path: root/src/medsrv/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use top_builddir to reference libstrongswan for medsrv.cgi.Tobias Brunner2011-10-041-1/+1
|
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
|
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
|
* Users of PLUGINS depend on config.status, rebuilding them if plugin ↵Martin Willi2010-04-291-0/+1
| | | | configuration is updated
* Don't indirectly link dependent libraries.Gerd von Egidy2010-03-191-1/+1
| | | | | | | | | | | | | | | The default behaviour for ld allows users to 'indirectly' link to required objects/libraries through intermediate objects/libraries. While this is convenient, it can also be dangerous because it makes your program's dependencies tied to the dependencies of other objects. Beginning with Fedora 13 this will be changed and you need to explicitly link all dependent libraries. More details can be found here: http://fedoraproject.org/wiki/UnderstandingDSOLinkChange This patch fixes all such cases in strongSwan.
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+0
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+0
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-2/+2
|
* added missing medsrv script.js to distMartin Willi2008-06-201-2/+2
|
* added mediation server web frontendMartin Willi2008-06-111-0/+42
updated charons medsrv plugin to updated database scheme