Import('env')

files = [
         'CommonEndpointPairFilter.h',
         'LogPairScore.h',
         'LowestRefinedPairScore.h',
         'StateAdaptor.h',
         'WormLikeChain.h',
         'attribute_statistics.h',
         'interaction_graph.h',
        ]

# Install the include files:
env.IMPModuleInclude(files)
