Changeset 3797


Ignore:
Timestamp:
Apr 26, 2019, 11:53:12 AM (4 years ago)
Author:
Peter
Message:

fix typo in include logic so source compiles when samtools header files need to be includes as 'samtools/*'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.16-stable/yat/omic/BamHeader.cc

    r3792 r3797  
    22
    33/*
    4   Copyright (C) 2012, 2013, 2014, 2015, 2016, 2017, 2018 Peter Johansson
     4  Copyright (C) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Peter Johansson
    55
    66  This file is part of the yat library, http://dev.thep.lu.se/yat
     
    3434  #elif YAT_HAVE_BAM_BAM_H
    3535  #include <bam/sam_header.h>
    36   #elif YAT_HAVE_SAMTOOLS_SAM_H
     36  #elif YAT_HAVE_SAMTOOLS_BAM_H
    3737  #include <samtools/sam_header.h>
    3838  #else
Note: See TracChangeset for help on using the changeset viewer.