Subject: | Installing dhcp files doesn't include bind files |
When we do a
make install
for the dhcp code we install a set of files that includes
the include files required to build stuff. With the addition
of the bind code we now need several include files from
the bind code to build things (isc/result.h in particular) and
we don't install them.
As we do not want to overwrite any include files form a
bind install we are not going to want to simply install them.
Possibly adding a configuration option that instructs the
makefiles to install the bind files would be correct. We
will also need to be able to pass any configuration options
from the configure of DHCP to configuring bind.
make install
for the dhcp code we install a set of files that includes
the include files required to build stuff. With the addition
of the bind code we now need several include files from
the bind code to build things (isc/result.h in particular) and
we don't install them.
As we do not want to overwrite any include files form a
bind install we are not going to want to simply install them.
Possibly adding a configuration option that instructs the
makefiles to install the bind files would be correct. We
will also need to be able to pass any configuration options
from the configure of DHCP to configuring bind.