[nautilus-actions] Do not check io-gconf/ headers



commit 1e0cefcd30c4940aed8c4fa1203a939aa64e36e3
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Sep 10 12:24:07 2015 +0200

    Do not check io-gconf/ headers
    
    Nonetheless, I plan to fully remove GConf support some day...

 Makefile.am                 |    1 +
 maintainer/check-headers.sh |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1d711ba..50985d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,6 +60,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        $(NULL)
 
 EXTRA_DIST = \
+       fma_required_versions                           \
        intltool-extract.in                                     \
        intltool-merge.in                                       \
        intltool-update.in                                      \
diff --git a/maintainer/check-headers.sh b/maintainer/check-headers.sh
index 0914b3a..cb97195 100755
--- a/maintainer/check-headers.sh
+++ b/maintainer/check-headers.sh
@@ -315,7 +315,7 @@ fi
 # ---------------------------------------------------------------------
 # MAIN CODE
 
-for f in $(git ls-files src | grep '\.h$' | grep -v '^src/test'); do
+for f in $(git ls-files src | grep '\.h$' | grep -vE '^src/test|^src/io-gconf'); do
        msg "checking for $f..." " "
        tmpc="${maintainer_dir}/check-header.c"
        cat <<! >${tmpc}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]