summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py.in
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-01-17 16:00:27 +0000
committerDaniel P. Berrangé <berrange@redhat.com>2020-02-07 15:03:54 +0000
commit2621d48f005a07db38c3951715b9d220992126df (patch)
treef2459e2dd91e57ea7beed5cf3ab0faf80b45724b /.ycm_extra_conf.py.in
parent55fe8110afe4197fb93cdcad87c3751a7779a4b9 (diff)
downloadlibvirt-2621d48f005a07db38c3951715b9d220992126df.tar.gz
gnulib: delete all gnulib integration
This deletes all trace of gnulib from libvirt. We still have the keycodemapdb submodule to deal with. The simple solution taken was to update it when running autogen.sh. Previously gnulib could auto-trigger refresh when running 'make' too. We could figure out a solution for this, but with the pending meson rewrite it isn't worth worrying about, given how infrequently keycodemapdb changes. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to '.ycm_extra_conf.py.in')
-rw-r--r--.ycm_extra_conf.py.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/.ycm_extra_conf.py.in b/.ycm_extra_conf.py.in
index 96c8a4724e..2e24334079 100644
--- a/.ycm_extra_conf.py.in
+++ b/.ycm_extra_conf.py.in
@@ -1,8 +1,6 @@
flags = [
'-I@abs_top_builddir@',
'-I@abs_top_srcdir@',
- '-I@abs_top_builddir@/gnulib/lib',
- '-I@abs_top_srcdir@/gnulib/lib',
'-I@abs_top_builddir@/include',
'-I@abs_top_srcdir@/include',
'-I@abs_top_builddir@/src',