]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
automake: update dist checks for recent changes
authorPeter A. Bigot <pab@pabigot.com>
Sat, 17 May 2014 12:10:50 +0000 (07:10 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Sat, 17 May 2014 20:59:41 +0000 (15:59 -0500)
Various files have been added and removed causing the dist and distcheck
Make targets to fail.  This commit fixes dist; distcheck is improved but
is not complete because the bindings Makefile.am assumes the build is
performed in the source tree.  (Standard autotool practice now is to
require support for separated builds.)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Makefile.am
bindings/Makefile.am
src/Makefile.am

index 5e21bb55914cf85836a2c7dfae9835bffa6e00b7..846760d87ff2158192af3d9767de16699ed7f655 100644 (file)
@@ -8,13 +8,12 @@ RSYNC = rsync --rsh=ssh
 SUBDIRS = po src examples doc bindings
 
  # the following files are not mentioned in any other Makefile
-EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
-            rrdtool.spec favicon.ico autogen.sh \
+EXTRA_DIST = COPYRIGHT CHANGES TODO CONTRIBUTORS THREADS \
+             rrdtool.spec favicon.ico bootstrap \
              libtool \
              netware/Makefile  \
              etc/rrdcached-default etc/rrdcached-init \
-             win32/Makefile  win32/rrd_config.h  win32/rrdlib.vcproj  win32/rrdtool.vcproj  win32/rrdupdate.vcproj \
-             win32/README    win32/rrd.sln   win32/rrdtool.sln    win32/rrdupdate.sln  win32/Makefile.msc
+             win32/README win32/Makefile.msc
 
 CLEANFILES = config.cache
 
index adb68e16e86356df35dd953f14775f01ebe5c502..7f1b12113120573aad43c62e0c91164b5f0262eb 100644 (file)
@@ -11,7 +11,7 @@ SUBDIRS = $(SUB_tcl) $(SUB_lua)
 
 # the following files are not mentioned in any other Makefile
 EXTRA_DIST = perl-piped/MANIFEST perl-piped/README perl-piped/Makefile.PL perl-piped/RRDp.pm perl-piped/t/base.t \
-            perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm  perl-shared/RRDs.xs perl-shared/t/base.t \
+            perl-shared/ntmake-build perl-shared/MANIFEST perl-shared/README perl-shared/Makefile.PL perl-shared/RRDs.pm perl-shared/RRDs.ppd perl-shared/RRDs.xs perl-shared/t/base.t \
             ruby/CHANGES     ruby/README      ruby/extconf.rb  ruby/main.c      ruby/test.rb \
              python/ACKNOWLEDGEMENT python/AUTHORS python/COPYING python/README python/rrdtoolmodule.c python/setup.py
 
index 6e87ed2b81cc092a993c5d5f7cffe72e1f9775b9..974b9cbdf828201f94d0f05e6314af4f7f554d89 100644 (file)
@@ -66,7 +66,8 @@ noinst_HEADERS = \
        rrd_hw.h rrd_hw_math.h rrd_hw_update.h \
        rrd_restore.h rrd_create.h \
        fnv.h rrd_graph.h \
-       rrd_is_thread_safe.h
+       rrd_is_thread_safe.h \
+       rrd_modify.h rrd_update.h rrd_config.h
 
 if BUILD_LIBDBI
 RRD_C_FILES += rrd_fetch_libdbi.c