]> The Tcpdump Group git mirrors - libpcap/commit
Rename ADDLOBJ to ADDLOBJS, along the lines of LIBOBJS, etc..
authorGuy Harris <[email protected]>
Sun, 12 Jul 2009 23:33:08 +0000 (16:33 -0700)
committerGuy Harris <[email protected]>
Sun, 12 Jul 2009 23:33:08 +0000 (16:33 -0700)
commit14cfcac8fa1dea8f7920860a178362cf1f5fbebe
tree774e9d5cbbb2206e699c7425d0d7dfb32b16b1be
parent6796b164fd0bfac20835efb38ba5c0e99772876d
Rename ADDLOBJ to ADDLOBJS, along the lines of LIBOBJS, etc..

Add ADDLARCHIVEOBJS, so that we can put some stuff from -ldag into the
archive library (so it's self-contained, and the configuration processes
for programs not configured with pcap-config don't have to know about
the DAG library) but not into the shared library (as we can link libpcap
with the DAG shared library, so linking with -lpcap will cause -ldag to
be linked in at run time if necessary).
Makefile.in
configure
configure.in