Re: Building outside source dir

2010-04-12 Thread Wes Hardaker
> On Mon, 05 Apr 2010 14:52:12 +0200, Magnus Fromreide > said: MF> The move of the transports breaks building outside the source directory. MF> The problem is that when snmp_transport_inits.h is generated prior to MF> the creation of $(builddir)/snmplib isn't yet created. MF> Additional

Building outside source dir

2010-04-05 Thread Magnus Fromreide
Hello. The move of the transports breaks building outside the source directory. The problem is that when snmp_transport_inits.h is generated prior to the creation of $(builddir)/snmplib isn't yet created. Additionally $(builddir)/snmplib/transports is never created. /MF ---