Skip to content

Commit

Permalink
move vcfpp.h to inst/include
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Sep 23, 2024
1 parent 18d2aa2 commit 0b4c224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HTSLIB_DIR='htslib-1.19.1'
PKG_CPPFLAGS=-I. -I${HTSLIB_DIR}
PKG_LIBS=${HTSLIB_DIR}/libhts.a -fPIC -lz -lm -lbz2 -llzma -lcurl
PKG_CPPFLAGS = -I${HTSLIB_DIR} -I../inst/include
PKG_LIBS = ${HTSLIB_DIR}/libhts.a -fPIC -lz -lm -lbz2 -llzma -lcurl

.PHONY: all clean HTSLIB

Expand Down
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HTSLIB_DIR=htslib-1.18
PKG_CPPFLAGS=-I. -I${HTSLIB_DIR} -D_FILE_OFFSET_BITS=64
PKG_CPPFLAGS = -I${HTSLIB_DIR} -I../inst/include -D_FILE_OFFSET_BITS=64
PKG_LIBS=${HTSLIB_DIR}/libhts.a

ifeq (,$(shell pkg-config --version 2>/dev/null))
Expand Down

0 comments on commit 0b4c224

Please sign in to comment.