diff options
Diffstat (limited to 'src/lib/statistics')
-rw-r--r-- | src/lib/statistics/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/statistics/Makefile.am b/src/lib/statistics/Makefile.am index e3543a29a8..478f1c1553 100644 --- a/src/lib/statistics/Makefile.am +++ b/src/lib/statistics/Makefile.am @@ -18,3 +18,6 @@ AM_CXXFLAGS += -Wno-unused-parameter endif CLEANFILES = *.gcno *.gcda + +# These header files should be in the distribution. +EXTRA_DIST = counter.h counter_dict.h |