diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | radsecproxy.conf-example | 4 |
4 files changed, 5 insertions, 6 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -g -Wall -pedantic -pthread +CFLAGS = -Wall -pedantic -pthread LDFLAGS = -lssl OBJ = util.o debug.o radsecproxy.o diff --git a/Makefile.am b/Makefile.am index 119021b..29f38b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,8 @@ radsecproxy_SOURCES = radsecproxy.c \ radsecproxy.h \ debug.h -radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ +radsecproxy_CFLAGS = -Wall -pedantic -pthread @SSL_CFLAGS@ radsecproxy_LDFLAGS = @SSL_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ -sysconfdir = ${prefix}/etc/radsecproxy dist_sysconf_DATA = $(srcdir)/radsecproxy.conf-example diff --git a/configure.ac b/configure.ac index c5ea60d..7db6f27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 0.1, venaas@uninett.no) +AC_INIT(radsecproxy, 1.0-alpha, venaas@uninett.no) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O diff --git a/radsecproxy.conf-example b/radsecproxy.conf-example index 029c7e1..854bb95 100644 --- a/radsecproxy.conf-example +++ b/radsecproxy.conf-example @@ -124,5 +124,5 @@ realm * { #If you don't have a default server you probably want to #reject all unknowns. Optionally you can also include a message #realm * { - replymessage "User unknown" -} +# replymessage "User unknown" +#} |