* radsecproxy.c: Fix typo introduced in 4779686 making rewrite a null
[libradsec.git] / Makefile.am
index 0efbf2f..6b2fa98 100644 (file)
@@ -37,12 +37,19 @@ catgconf_SOURCES    = debug.c \
                       gconfig.c \
                       catgconf.c
 
-radsecproxy_CFLAGS  = -g @SSL_CFLAGS@ @TARGET_CFLAGS@
+radsecproxy_CFLAGS  = -g -Wall @SSL_CFLAGS@ @TARGET_CFLAGS@
 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
 radsecproxy_LDADD   = @SSL_LIBS@
 
-catgconf_CFLAGS     = -g @TARGET_CFLAGS@
+catgconf_CFLAGS     = -g -Wall @TARGET_CFLAGS@
 catgconf_LDFLAGS    = @TARGET_LDFLAGS@
 
-dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
-dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5
+EXTRA_DIST = radsecproxy.conf-example \
+               radsecproxy.1 \
+               radsecproxy.conf.5.xml
+
+man: $(srcdir)/radsecproxy.conf.5.xml
+       docbook2x-man $<
+
+clean-local:
+       -rm radsecproxy.conf.5