Luxoft / iviLink

iviLINK application connectivity stack for in-vehicle infotainment
16 stars 6 forks source link

third-party library paths are hard coded #5

Open Vanuan opened 12 years ago

Vanuan commented 12 years ago

For instance, https://github.com/Luxoft/iviLink/blob/master/src/samples/linux/Profiles/AuthenticationProfileImpl/CAuthenticationProfileImpl.cpp#L34

include "3rd_party/cryptopp/cryptopp-5.6.1/queue.h"

-I option should be used instead.

tim-oleksii commented 12 years ago

I'm with that too.

On Mon, Aug 13, 2012 at 1:28 AM, John Yani notifications@github.com wrote:

For instance,

https://github.com/Luxoft/iviLink/blob/master/src/samples/linux/Profiles/AuthenticationProfileImpl/CAuthenticationProfileImpl.cpp#L34

include "3rd_party/cryptopp/cryptopp-5.6.1/queue.h"

-I option should be used instead.

— Reply to this email directly or view it on GitHubhttps://github.com/Luxoft/iviLink/issues/5.