On Wed, Jul 8, 2009 at 4:27 PM, Chris Norman<[email protected]> wrote:
> I'm using gnumake to try and create the version.c so my n2n will compile.
>
> What should the end result look like? I'm not sure I'm doing this right.
>
> issuing command: make version.c

For me the entire file is these 3 lines

const char * version   = "1.3.2";
const char * osName    = "unknown";
const char * buildDate = "03/23/09 09:28:35 PM";
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to