aboutsummaryrefslogtreecommitdiffstats
path: root/src/openac/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+5
| | | | | | 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.
* 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-1/+1
| | | | configuration is updated
* 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
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* openac (and tools) do not depend on gmp anymoreMartin Willi2009-08-261-1/+1
|
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
|
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-2/+5
|
* loading default modules depending on configure optionsMartin Willi2008-05-161-1/+1
|
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-071-1/+0
| | | | defaults to /etc/strongswan.conf
* initialize library in openacAndreas Steffen2008-03-211-1/+3
|
* refactored openac and its attribute certificate factoryAndreas Steffen2008-03-201-1/+1
|
* removed some empty linesAndreas Steffen2007-09-181-99/+4
|
* corrected typoAndreas Steffen2007-08-151-1/+1
|
* use symbolic shell variables in library pathsAndreas Steffen2007-08-151-4/+7
|
* removed oid.txt and oid.pl in pluto subdirAndreas Steffen2007-08-151-4/+6
|
* added USE_LIBCURLAndreas Steffen2006-10-061-1/+11
|
* - fixed compliation error using --enable-smartcardMartin Willi2006-05-181-0/+5
|
* - introduced autotoolsMartin Willi2006-05-161-0/+83
- first working version - make dist should work - things to do: - UML testing! - more cleanups