[tcpdump-workers] [PATCH][RFC] Allow linking from custom staticlib.a instead of list of object files

2010-01-07 Thread Christian Bell
From: Christian Bell This patch allows libpcap.a and libpcap.so to include object files from a static library archive instead of just a list of .o files. I'm only including the Makefile.in part because I just want feedback on whether this would be acceptable practice. I'm preparing a larger sub

[tcpdump-workers] [PATCH] minor VPATH build fixes in top-level Makefile

2010-01-07 Thread Christian Bell
--- Makefile.in | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index 53801c1..96d5d47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,7 +126,7 @@ TAGFILES = \ $(SRC) $(HDR) CLEANFILES = $(OBJ) libpcap.* filtertest findallde