4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since f051c1b was
fdb5e98,
checked in by Shane Alcock <salcock@…>, 9 years ago
|
Fix build issues on Fedora when an older version of libwandio is already installed -- basically, the fix is to be explicit about requiring the programs to link against libwandio rather than relying on the dependency being resolved automatically.
|
-
Property mode set to
100644
|
File size:
323 bytes
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | AM_CFLAGS=-I"$(top_srcdir)/lib" -I"$(top_srcdir)/libpacketdump" \ |
---|
4 | -I"$(top_srcdir)/libwandio" |
---|
5 | AM_CXXFLAGS=-I"$(top_srcdir)/lib" -I"$(top_srcdir)/libpacketdump" \ |
---|
6 | -I"$(top_srcdir)/libwandio" |
---|
7 | |
---|
8 | AM_LDFLAGS=-L"$(top_srcdir)/lib" -L"$(top_srcdir)/libpacketdump" \ |
---|
9 | -L"$(top_srcdir)/libwandio" -ltrace -lwandio @TOOLS_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.