Portability
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 7 Mar 2016 01:10:18 +0000 (02:10 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 7 Mar 2016 01:10:18 +0000 (02:10 +0100)
example/diameter/pcapDecoder/SConscript

index c84a9c6..e0b60ad 100644 (file)
@@ -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)