diff options
author | Russ White <russ@riw.us> | 2018-05-12 12:23:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-12 12:23:03 +0200 |
commit | 6b50b12ac75d635e78bee46d40bca936d03d1bc8 (patch) | |
tree | 10a0faa2f2796a3b37e0394cd48cad0156887256 /configure.ac | |
parent | Merge pull request #2132 from donaldsharp/missed_stuff (diff) | |
parent | doc: support VPATH builds (diff) | |
download | frr-6b50b12ac75d635e78bee46d40bca936d03d1bc8.tar.xz frr-6b50b12ac75d635e78bee46d40bca936d03d1bc8.zip |
Merge pull request #2162 from qlyoung/fix-vpath-build
doc: support VPATH builds
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7662f2a4e..8b4929544 100755 --- a/configure.ac +++ b/configure.ac @@ -1913,8 +1913,13 @@ AC_MSG_RESULT($ac_cv_htonl_works) AC_CONFIG_FILES([Makefile bgpd/Makefile vtysh/Makefile - doc/Makefile tests/Makefile - bgpd/rfp-example/rfptest/Makefile bgpd/rfp-example/librfp/Makefile + doc/Makefile + doc/user/Makefile + doc/manpages/Makefile + doc/developer/Makefile + tests/Makefile + bgpd/rfp-example/rfptest/Makefile + bgpd/rfp-example/librfp/Makefile redhat/frr.spec debianpkg/Makefile debianpkg/changelog |