aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Install systemd service file if systemd is availableMiklos Vajna2011-03-291-1/+1
|
* Moved man pages for config files to a separate directory.Tobias Brunner2010-09-101-1/+1
|
* apidoc is actually a directory not a file.Tobias Brunner2010-07-121-1/+4
|
* Make Android.mk depend on configure.in, so it gets rebuilt if the version ↵Tobias Brunner2010-03-051-1/+1
| | | | number got changed.
* Generate the main Android.mk, so the version number is not hardcoded.Tobias Brunner2010-03-051-1/+8
| | | | | We include the generated file in the distribution, so users won't have run configure if they are building for Android.
* Adding Android.mk files to build charon and libstrongswan with the Android ↵Tobias Brunner2010-03-031-1/+1
| | | | build system.
* Generating the apidoc in an out-of-tree build fixed.Tobias Brunner2009-12-231-0/+1
|
* only add generated m4 files to include pathMartin Willi2009-09-071-1/+1
|
* use m4/ autoconf subdirectoryMartin Willi2009-09-071-0/+2
|
* Added an option to the configure script to disable building the scripts.Tobias Brunner2009-07-161-1/+6
|
* dist-hook to remove .svn folder not needed anymoreMartin Willi2009-06-221-3/+0
|
* somehow missed these changes during the portability branch back-mergeTobias Brunner2009-04-301-1/+1
|
* created scripts/Makefile.amAndreas Steffen2008-06-291-1/+1
|
* testing/do-tests is made from do-tests.in by inserting actual routing tableAndreas Steffen2007-08-281-2/+2
|
* include CREDITS file in distributionMartin Willi2006-10-181-1/+1
|
* - added testing files to distMartin Willi2006-05-301-1/+4
| | | | | | - required the use of the "ustar" format to support filenames longer than 99 chars
* - re-added doxygen apidoc, buildable with "make apidoc"Martin Willi2006-05-191-0/+11
|
* - introduced autotoolsMartin Willi2006-05-161-0/+1
- first working version - make dist should work - things to do: - UML testing! - more cleanups