diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-28 12:56:09 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-28 12:56:09 +0200 |
commit | 52a34859e9d39a12bf5942ae2cee6fe55881f3a4 (patch) | |
tree | 69dac0486e5a45afbc856447ac6e4d000249bde5 /Makefile.am | |
parent | 270a98aff36871f422a16526b2c2a3d290946f48 (diff) |
Rename binary catgconf --> radsecproxy-conf.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 91f592a..2067c5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = tests sbin_PROGRAMS = radsecproxy -bin_PROGRAMS = catgconf +bin_PROGRAMS = radsecproxy-conf noinst_LIBRARIES = librsp.a radsecproxy_SOURCES = main.c @@ -28,7 +28,7 @@ if WANT_FTICKS librsp_a_SOURCES += fticks.c fticks.h endif -catgconf_SOURCES = \ +radsecproxy_conf_SOURCES = \ catgconf.c \ debug.c debug.h \ gconfig.c gconfig.h \ |