This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository samtools.
commit c56835b78e5665b8d586ad34329eefe043862752 Author: Petr Danecek <[email protected]> Date: Fri Dec 6 10:17:02 2013 +0000 Updated the khash_utils.h dependency --- Makefile | 2 +- bam_plcmd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e208ac5..d98f237 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ sam.o: sam.c $(htslib_faidx_h) $(sam_h) sam_header.o: sam_header.c sam_header.h $(HTSDIR)/htslib/khash.h sam_view.o: sam_view.c sam_header.h $(sam_h) $(htslib_faidx_h) $(HTSDIR)/htslib/khash.h sample.o: sample.c $(sample_h) $(HTSDIR)/htslib/khash.h -stats.o: stats.c $(sam_h) sam_header.h khash_utils.h samtools.h $(HTSDIR)/htslib/khash.h $(htslib_faidx_h) +stats.o: stats.c $(sam_h) sam_header.h samtools.h $(HTSDIR)/htslib/khash.h $(HTSDIR)/htslib/khash_str2int.h $(htslib_faidx_h) # test programs diff --git a/bam_plcmd.c b/bam_plcmd.c index b552a2c..e4f6527 100644 --- a/bam_plcmd.c +++ b/bam_plcmd.c @@ -9,7 +9,7 @@ #include <htslib/sam.h> #include <htslib/faidx.h> #include <htslib/kstring.h> -#include "khash_utils.h" +#include <htslib/khash_str2int.h> #include "sam_header.h" #include "samtools.h" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
