We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a242e commit 35f3d8bCopy full SHA for 35f3d8b
1 file changed
Makefile.am
@@ -153,6 +153,7 @@ test_scripts/test_unxcounts.log: test_scripts/test_xcounts.log
153
154
noinst_LIBRARIES = libdnmtools.a
155
libdnmtools_a_SOURCES = \
156
+ src/common/file_progress.cpp \
157
src/common/Interval.cpp \
158
src/common/Interval6.cpp \
159
src/common/dnmtools_gaussinv.cpp \
@@ -175,6 +176,7 @@ libdnmtools_a_SOURCES = \
175
176
177
libdnmtools_a_SOURCES += \
178
src/common/dnmtools_lgamma.hpp \
179
+ src/common/file_progress.hpp \
180
src/common/Interval.hpp \
181
src/common/Interval6.hpp \
182
src/common/dnmtools_gaussinv.hpp \
0 commit comments