summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2015-09-03 16:46:48 +0200
committerAlexander Barton <alex@barton.de>2015-09-03 16:46:48 +0200
commit57cd41d28969038a3fe6fca93ba13b9ceb1f8c1e (patch)
treecf94986273184a6a227a2596297cc3c2e3278967
parenteb9929e82c735100a0b432f878f83fce091eb636 (diff)
downloadngircd-57cd41d28969038a3fe6fca93ba13b9ceb1f8c1e.tar.gz
ngircd-57cd41d28969038a3fe6fca93ba13b9ceb1f8c1e.zip
Add ".clang_complete" file
This file is used of the "linter-clang" package of the Atom editor,
for example.
-rw-r--r--.clang_complete4
-rw-r--r--Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/.clang_complete b/.clang_complete
new file mode 100644
index 00000000..c5186860
--- /dev/null
+++ b/.clang_complete
@@ -0,0 +1,4 @@
+-I./src
+-I./src/ipaddr
+-I./src/portab
+-I./src/tool
diff --git a/Makefile.am b/Makefile.am
index 11c382eb..d7ff72bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors
+# Copyright (c)2001-2015 Alexander Barton (alex@barton.de) and Contributors
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -13,7 +13,7 @@ AUTOMAKE_OPTIONS = gnu
 
 SUBDIRS = doc src man contrib
 
-EXTRA_DIST = autogen.sh configure.ng .mailmap
+EXTRA_DIST = autogen.sh configure.ng .clang_complete .mailmap
 
 clean-local: osxpkg-clean
 	rm -f build-stamp*