diff options
author | venaas <venaas> | 2007-06-19 07:52:47 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-06-19 07:52:47 +0000 |
commit | 4b2960c88e7dd342756498ad7a2bf27b99a68533 (patch) | |
tree | af7d72a94006ea788a7002409ec4f8dfe11f682e | |
parent | f339cb63213e664b8aa669c7f73eae619e16d918 (diff) |
made Makefile.am use sbin
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@141 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 d32ab96..10e1e10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = radsecproxy +sbin_PROGRAMS = radsecproxy radsecproxy_SOURCES = radsecproxy.c \ util.c \ |