4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 9636216 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:
327 bytes
|
Line | |
---|
1 | AM_CFLAGS=-I"$(top_srcdir)/lib" -I"$(top_srcdir)/libpacketdump" \ |
---|
2 | -I"$(top_srcdir)/libwandio" |
---|
3 | AM_CXXFLAGS=-I"$(top_srcdir)/lib" -I"$(top_srcdir)/libpacketdump" \ |
---|
4 | -I"$(top_srcdir)/libwandio" |
---|
5 | |
---|
6 | AM_LDFLAGS=-L"$(top_srcdir)/lib" -L"$(top_srcdir)/libpacketdump" \ |
---|
7 | -L"$(top_srcdir)/libwandio" -ltrace -lwandio |
---|
Note: See
TracBrowser
for help on using the repository browser.