diff options
Diffstat (limited to 'rrdtool')
-rw-r--r-- | rrdtool/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rrdtool/Makefile.in b/rrdtool/Makefile.in index 2b7e615c1..fe585cfa0 100644 --- a/rrdtool/Makefile.in +++ b/rrdtool/Makefile.in @@ -21,6 +21,8 @@ distclean: clean /bin/rm -f Makefile distdir: + find . -type f -name '*.c' \ + -o -name '*.txt' | xargs -I'{}' cp '{}' '$(distdir)/{}' install: @echo -n "" |