Skip to content

Commit

Permalink
default wireshark dir
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferner committed Jan 24, 2012
1 parent 3bd7347 commit d00b6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -18,7 +18,7 @@ def configure(conf):
conf.env.append_unique('CXXFLAGS', ['-D_LARGEFILE_SOURCE'])
conf.env.append_unique('CXXFLAGS', ['-DHAVE_CONFIG_H'])

wireshark_include = environ.get("WIRESHARK_INCLUDE_DIR")
wireshark_include = environ.get("WIRESHARK_INCLUDE_DIR", "/usr/include/wireshark/")
if wireshark_include:
conf.env.append_unique('CXXFLAGS', [ '-I' + wireshark_include ])

Expand Down

0 comments on commit d00b6bc

Please sign in to comment.