Skip to content

Commit 35f3d8b

Browse files
Makefile.am: adding file_progress.hcpp sources
1 parent 84a242e commit 35f3d8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ test_scripts/test_unxcounts.log: test_scripts/test_xcounts.log
153153

154154
noinst_LIBRARIES = libdnmtools.a
155155
libdnmtools_a_SOURCES = \
156+
src/common/file_progress.cpp \
156157
src/common/Interval.cpp \
157158
src/common/Interval6.cpp \
158159
src/common/dnmtools_gaussinv.cpp \
@@ -175,6 +176,7 @@ libdnmtools_a_SOURCES = \
175176

176177
libdnmtools_a_SOURCES += \
177178
src/common/dnmtools_lgamma.hpp \
179+
src/common/file_progress.hpp \
178180
src/common/Interval.hpp \
179181
src/common/Interval6.hpp \
180182
src/common/dnmtools_gaussinv.hpp \

0 commit comments

Comments
 (0)