diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-28 14:40:39 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 |
commit | 0f8b5fd5a05c1261061a94270218b701c1298719 (patch) | |
tree | 56f77d1193b5334247fc91e7d98e163a83c2347a /configure.ac | |
parent | build: zebra: remove *_method Makefile hacks (diff) | |
download | frr-0f8b5fd5a05c1261061a94270218b701c1298719.tar.xz frr-0f8b5fd5a05c1261061a94270218b701c1298719.zip |
build: non-recursive qpb & fpm
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b22361d40..1ba501ee4 100755 --- a/configure.ac +++ b/configure.ac @@ -1820,7 +1820,7 @@ AC_CACHE_VAL(ac_cv_htonl_works, ) AC_MSG_RESULT($ac_cv_htonl_works) -AC_CONFIG_FILES([Makefile qpb/Makefile ripd/Makefile +AC_CONFIG_FILES([Makefile ripd/Makefile ripngd/Makefile bgpd/Makefile ospfd/Makefile watchfrr/Makefile ospf6d/Makefile ldpd/Makefile isisd/Makefile vtysh/Makefile doc/Makefile ospfclient/Makefile tests/Makefile m4/Makefile @@ -1833,7 +1833,6 @@ AC_CONFIG_FILES([Makefile qpb/Makefile ripd/Makefile tools/Makefile pkgsrc/Makefile python/Makefile - fpm/Makefile redhat/frr.spec snapcraft/Makefile snapcraft/snapcraft.yaml |