]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add flycheck configuration for libxml2 and json-c on Linux
authorOndřej Surý <ondrej@sury.org>
Mon, 15 Nov 2021 11:18:44 +0000 (12:18 +0100)
committerOndřej Surý <ondrej@sury.org>
Mon, 15 Nov 2021 11:31:48 +0000 (12:31 +0100)
.dir-locals.el

index 0c52d76891a98c8609353f319e7486b6cfce8bd2..9c8d101f7f788c8a63adf1e33afdbdaf10a47109 100644 (file)
@@ -73,6 +73,9 @@
               (expand-file-name
                (concat directory-of-current-dir-locals-file "bin/rndc/include"))
 
+              (expand-file-name "/usr/include/libxml2")
+              (expand-file-name "/usr/include/json-c")
+              
               (expand-file-name "/usr/local/opt/openssl@1.1/include")
               (expand-file-name "/usr/local/opt/libxml2/include/libxml2")
               (expand-file-name "/usr/local/opt/json-c/include/json-c/")