4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 86acfb6 was
9589941,
checked in by Shane Alcock <salcock@…>, 11 years ago
|
- Separated the libraries to link against into 3 separate categories: one for libtrace itself, one for libpacketdump and one for the tools. This means that each component only links against libraries that are actually used by something within it, reducing dependencies and keeping our Debian maintainer happy.
- Also fixed a similar issue where libpacketdump did not explicitly link against libtrace
|
-
Property mode set to
100644
|
File size:
219 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | AM_CFLAGS=-I"$(top_srcdir)/lib" -I"$(top_srcdir)/libpacketdump" |
---|
4 | AM_CXXFLAGS=-I"$(top_srcdir)/lib" -I"$(top_srcdir)/libpacketdump" |
---|
5 | AM_LDFLAGS=-L"$(top_srcdir)/lib" -L"$(top_srcdir)/libpacketdump" -ltrace @TOOLS_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.