]> git.puffer.fish Git - matthieu/frr.git/commit
build: allow configure and build in a separate directory
authorVincent Bernat <bernat@luffy.cx>
Tue, 22 May 2012 12:32:22 +0000 (14:32 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 25 Jun 2012 17:03:23 +0000 (19:03 +0200)
commit9e7a548ce421660b0d22bfeb90c2b2b53742aac7
tree4c962403808f98806781fb4ad15594152bc1effa
parenta47c5838e9f445ab887ad927706b11ccbb181364
build: allow configure and build in a separate directory

Some .h files in lib/ are autogenerated. The search path should
include the build directory and the source directory. They usually
match but sometimes, they may be different. For example:

 $ mkdir build
 $ cd build
 $ ../configure
 $ make
16 files changed:
babeld/Makefile.am
bgpd/Makefile.am
guile/Makefile.am
isisd/Makefile.am
isisd/topology/Makefile.am
lib/Makefile.am
ospf6d/Makefile.am
ospfclient/Makefile.am
ospfd/Makefile.am
ripd/Makefile.am
ripngd/Makefile.am
tests/Makefile.am
vtysh/Makefile.am
vtysh/extract.pl.in
watchquagga/Makefile.am
zebra/Makefile.am