Commit b791d979 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed bug creating Python wrappers when the source code is inside a directory called "src"

parent 12c95e78
...@@ -614,7 +614,7 @@ EXCLUDE_SYMLINKS = NO ...@@ -614,7 +614,7 @@ EXCLUDE_SYMLINKS = NO
# for example use the pattern */test/* # for example use the pattern */test/*
EXCLUDE_PATTERNS = */tests/* \ EXCLUDE_PATTERNS = */tests/* \
*/src/* \ */openmmapi/src/* \
*/.svn/* \ */.svn/* \
*OpenMMFortranModule.f90 \ *OpenMMFortranModule.f90 \
*OpenMMCWrapper.h *OpenMMCWrapper.h
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment