diff options
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4924268..5b0f33e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -262,7 +262,9 @@ radsecproxy_LDADD = @SSL_LIBS@ 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 + all: all-am .SUFFIXES: |