diff options
author | venaas <venaas> | 2007-06-19 07:52:11 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-19 07:52:11 +0000 |
commit | 30c9519e38b5c55b80a12911795c6c04a5fd4625 (patch) | |
tree | dcf3eebadb747178e58fd0c59069f2029164a547 | |
parent | d57110bc06d4340701475c6d73c2b7558d102fd5 (diff) |
made Makefile.am use sbin
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@140 e88ac4ed-0b26-0410-9574-a7f39faa03bf
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6072bb4..a040ff5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = radsecproxy +sbin_PROGRAMS = radsecproxy radsecproxy_SOURCES = radsecproxy.c \ util.c \ |