diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fe7d6cd..c7d3f49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,8 @@ catgconf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@ catgconf_LDFLAGS = @TARGET_LDFLAGS@ dist_man_MANS = radsecproxy.1 radsecproxy.conf.5 -EXTRA_DIST = radsecproxy.conf-example radsecproxy.conf.5.xml +EXTRA_DIST = LICENSE radsecproxy.conf-example radsecproxy.conf.5.xml \ + tools/naptr-eduroam.sh tools/radsec-dynsrv.sh tools/README radsecproxy.conf.5: $(srcdir)/radsecproxy.conf.5.xml docbook2x-man $< |