From: Eduardo Ramos Testillano Date: Mon, 7 Mar 2016 01:10:18 +0000 (+0100) Subject: Portability X-Git-Tag: REFACTORING_TESTING_LIBRARY~16^2 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=4f1c77c05ef7b7205bd9fa2548d3139690666fa6 Portability --- diff --git a/example/diameter/pcapDecoder/SConscript b/example/diameter/pcapDecoder/SConscript index c84a9c6..e0b60ad 100644 --- a/example/diameter/pcapDecoder/SConscript +++ b/example/diameter/pcapDecoder/SConscript @@ -23,6 +23,11 @@ anna_rlibs.reverse() # To avoid other libraries accumulation: localEnv = env.Clone() +# Pcap resources: +localEnv.Append (CPPPATH = '/usr/include') +anna_libpaths.append ('/usr/lib64') +# # another way is to put this below: localEnv.Append(LIBPATH = [anna_libpaths, '/usr/lib64']) + anna_library = { 'LIBS' : anna_rlibs } localEnv.MergeFlags (anna_library)