summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make the autoconfery slightly less miserable. Also, bump version.Linus Nordberg2011-12-121-16/+15
| | | | | Get rid of warnings about defining variables conditionally and unconditionally. Don't redefine EXTRA_DIST with a spurious space in it.
* Always distribute radsecproxy-hash.1.Linus Nordberg2011-09-291-3/+1
|
* Build radsecproxy-hash.Linus Nordberg2011-09-291-10/+17
| | | | Reorganize Makefile.am and make specific CFLAGS general (AM_CFLAGS).
* Enable F-Ticks support in distcheck.Linus Nordberg2011-09-281-0/+2
|
* Don't have generated file under source control.Linus Nordberg2011-09-281-0/+4
|
* Cosmetic.Linus Nordberg2011-09-281-1/+1
|
* Correct compiler and linker flags.Linus Nordberg2011-09-281-4/+3
| | | | | We don't need LDFLAGS when building librsp sources. s/catgconf/radsecproxy_conf/.
* Reorganise EXTRA_DIST.Linus Nordberg2011-09-281-2/+3
|
* Rename binary catgconf --> radsecproxy-conf.Linus Nordberg2011-09-281-2/+2
|
* List catgconf header files too.Linus Nordberg2011-09-281-4/+4
|
* Undo cc56affa -- header files should go into SOURCES.Linus Nordberg2011-09-281-15/+15
| | | | If not for anything else but to get distributed.
* Pass necessary compiler and linker flags.Linus Nordberg2011-09-271-2/+4
| | | | All the source files compiled into the library needs all flags too.
* Add --enable-fticks to configure.Linus Nordberg2011-09-271-2/+5
|
* Formatting.Linus Nordberg2011-09-271-1/+2
|
* Don't list header files in _SOURCES.Linus Nordberg2011-09-271-16/+1
| | | | Dependencies will work anyway.
* Add support for 'make check' and a dummy test.Linus Nordberg2011-09-271-0/+2
|
* Makefile.am formatting and removal of spurious variable.Linus Nordberg2011-09-271-42/+42
|
* Prepare for building tests.Linus Nordberg2011-09-271-2/+7
| | | | | Move main() out of radsecproxy.c. Build a static library and link a main.c with it.
* Compile with -Werror.Linus Nordberg2011-09-261-1/+2
|
* Add fticks.c and fticks.h to the build.Linus Nordberg2011-04-041-1/+3
|
* * Makefile.am: Include THANKS.Linus Nordberg2010-06-121-1/+1
|
* * configure.ac: Check for docbook2x-man.Linus Nordberg2010-06-121-1/+5
| | | | * Makefile.am: Build radsecproxy.conf.5 only if docbook2x-man exists.
* * Makefile.am (EXTRA_DIST): Add LICENSE.Linus Nordberg2010-06-011-1/+2
|
* * Makefile.am: Put man page files in `dist_man_MANS' and it's built byLinus Nordberg2010-06-011-4/+3
| | | | target 'all' as well as included in 'dist'.
* * Makefile.am: Compile with -fno-strict-aliasing to avoid the warningsLinus Nordberg2010-05-281-2/+2
| | | | | for the casts (RADSECPROXY-8). * Makefile.in: Regenerate.
* * Makefile.am: Build HTML version of radsecproxy.conf.5.Linus Nordberg2010-05-281-0/+5
| | | | * Makefile.in: Regenerate.
* Add `-Wall' to CFLAGS.linus2010-03-251-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@531 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Build radsecproxy.conf.5 (target 'man').linus2010-03-221-2/+9
| | | | | | | | Remove the same file (target 'clean'). Use EXTRA_DIST for all extra going into distribution. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@524 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Set AUTOMAKE_OPTIONS = foreign to make Automake less picky aboutlinus2010-03-221-0/+2
| | | | | | | exactly which files exist or not. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@523 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Fixed for catgconfkolla2009-04-031-16/+25
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@498 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* improved the solaris depenendent stuffvenaas2009-03-111-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@489 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated files for 1.3-beta releasevenaas2009-02-181-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@480 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* rewriting code for hosts,ports,resolving,currently does not buildvenaas2009-01-271-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@461 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* adding configure options for various transports, and -v output which ↵venaas2008-12-221-1/+1
| | | | | | transports are enabled git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@448 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* forgot to update Makefile.amvenaas2008-12-221-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@446 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* split out code that is needed only when tls or dtls is usedvenaas2008-12-221-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@445 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* lots of changes to radsrv/reply and use of new radmsg stuffvenaas2008-09-111-0/+4
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@373 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* adding hash type, changed tls configs to hashvenaas2008-08-211-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@352 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* separated udpvenaas2008-08-211-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@350 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* separated tlsvenaas2008-08-211-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@349 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* separated tcpvenaas2008-08-211-0/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@348 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* separated dtls into a separate filevenaas2008-08-211-1/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@347 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Solaris9 fixesvenaas2008-02-191-2/+2
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@214 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* moved genericconfig to gconfig.c and reorganised header filesvenaas2007-11-211-0/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@197 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* using linked lists instead of arraysvenaas2007-06-201-1/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@147 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* made Makefile.am use sbinvenaas2007-06-191-1/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@140 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* updated Makefile.am, autogen.sh executable?venaas2007-06-131-0/+1
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@133 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* some minor updatesvenaas2007-06-051-1/+0
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@128 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* Makefile.am installs config examplevenaas2007-05-301-0/+3
| | | | git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@113 e88ac4ed-0b26-0410-9574-a7f39faa03bf
* initial autoconf supportvenaas2007-05-241-0/+11
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@106 e88ac4ed-0b26-0410-9574-a7f39faa03bf