diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-28 18:42:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-28 18:42:54 +0200 |
commit | 3e6feffbcc5ba0fe03b4556a805cd371dbf15a58 (patch) | |
tree | 4666edf48a1a0058e6aec307d0baa4d23c1284fd /Makefile.am | |
parent | 32276e63219f669e269d797f2e9738fcafb21520 (diff) |
Don't have generated file under source control.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a309d42..53facc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,11 @@ radsecproxy_conf_CFLAGS = -g -Wall -fno-strict-aliasing @TARGET_CFLAGS@ radsecproxy_conf_LDFLAGS = @TARGET_LDFLAGS@ dist_man_MANS = radsecproxy.1 $(GENMANPAGES) + EXTRA_DIST = \ + configure Makefile.in tests/Makefile.in \ + compile config.guess config.sub install-sh missing depcomp +EXTRA_DIST += \ LICENSE THANKS \ radsecproxy.conf.5.xml radsecproxy.conf-example \ tools/README tools/naptr-eduroam.sh tools/radsec-dynsrv.sh |