I'm trying to make the Makefile.common really common between the unix and windows builds.
Currently the win32 build doesn't use all the defines in Makefile.common.
To do this, I seperated the sources and headers into seperate definitions.
We have two files that are system dependant here:
pcap-util-unix.c (unix only) and capture-wpcap.c (win32 only)
I've put the capture-wpcap.c in the appropriate places into the Makefile.nmake, no problem with this.
But I don't know how to handle the pcap-util-unix.c file, as this will not compile on win32, so this has to be placed somewhere in the Makefile.am.
I could check in the changes I've made, but this will break all the unix builds.
Regards, ULFL
_______________________________________________ Ethereal-dev mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-dev
