aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsimaka/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* libsimaka: Link against Winsock2 on WindowsMartin Willi2015-04-131-0/+4
| | | | The library makes use of htons/ntohs().
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-0/+7
| | | | | | | | | | 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/+4
| | | | | | 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.
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵Martin Willi2011-08-081-1/+2
| | | | registered by name
* Install and link libsimaka as dynamic libraryMartin Willi2011-08-081-1/+1
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Build libsimaka with libtool, as we require a PIC-enabled versionMartin Willi2009-11-121-3/+2
|
* libsimaka provides cryptographic functionality used in EAP-SIM and EAP-AKAMartin Willi2009-11-121-1/+2
|
* Added a libsimaka library with shared message handling code for EAP-SIM/AKAMartin Willi2009-11-121-0/+6