Improve documentation.
[radsecproxy.git] / lib / Makefile.am
index 08ace0c..46f573a 100644 (file)
@@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = radius radsecproxy . include examples
 
 INCLUDES = -I$(srcdir)/include
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -Wall -Werror -g
 
 lib_LTLIBRARIES = libradsec.la
 
@@ -42,8 +42,9 @@ libradsec_la_SOURCES = \
        util.c
 
 if RS_ENABLE_TLS
-libradsec_la_SOURCES += \
-       tls.c
+libradsec_la_SOURCES += tls.c
+else
+libradsec_la_SOURCES += md5.c
 endif
 
 EXTRA_DIST = HACKING LICENSE