Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit da3bf23

Browse files
committed
Change install prefix for deprecated summary stats
1 parent b40463c commit da3bf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pkgincludedir=$(prefix)/include/Sequence/SummStats
1+
pkgincludedir=$(prefix)/include/Sequence/SummStatsDeprecated
22

33
pkginclude_HEADERS = nSL.hpp Garud.hpp lHaf.hpp Snn.hpp

Sequence/SummStatsDeprecated/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ETAGS = etags
170170
CTAGS = ctags
171171
am__DIST_COMMON = $(srcdir)/Makefile.in
172172
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173-
pkgincludedir = $(prefix)/include/Sequence/SummStats
173+
pkgincludedir = $(prefix)/include/Sequence/SummStatsDeprecated
174174
ACLOCAL = @ACLOCAL@
175175
AMTAR = @AMTAR@
176176
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@

0 commit comments

Comments
 (0)