diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-28 19:01:06 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-28 19:01:06 +0200 |
commit | 924caef755bc1073cb819e8eeff63d4b875f651f (patch) | |
tree | fb2d2addf4c4a1a5be10a6e779bb6614187bc484 /Makefile.am | |
parent | 58fda19953390b2cf232f6ea4768707ba1331c14 (diff) |
Enable F-Ticks support in distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 53facc4..9f864e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,8 @@ EXTRA_DIST += \ radsecproxy.conf.5.xml radsecproxy.conf-example \ tools/README tools/naptr-eduroam.sh tools/radsec-dynsrv.sh +DISTCHECK_CONFIGURE_FLAGS = --enable-fticks + if HAVE_DOCBOOK2X_MAN GENMANPAGES = radsecproxy.conf.5 endif |