diff options
author | Thomas Haller <thaller@redhat.com> | 2015-12-22 12:18:22 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-12-24 11:42:37 +0100 |
commit | db80ec05abdc09541896d80bdf71ccec58670109 (patch) | |
tree | 7ba6a34d1b2448e06146e11d9417a7b79f5bd5fb /src/supplicant-manager | |
parent | bc06dd9332f557fb1848b3c50a102e0d35ad9205 (diff) | |
download | NetworkManager-db80ec05abdc09541896d80bdf71ccec58670109.tar.gz |
build: rename directory "include" to "shared"
Up to now, the "include" directory contained (only) header files that were
used project-wide by libs, core, clients, et al.
Since the directory now also contains a non-header file, the "include"
name is misleading. Instead of adding yet another directory that is
project-wide, with non-header-only content, rename the "include"
directory to "shared".
Diffstat (limited to 'src/supplicant-manager')
-rw-r--r-- | src/supplicant-manager/tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/supplicant-manager/tests/Makefile.am b/src/supplicant-manager/tests/Makefile.am index 66bd7d581d..9ac0387c4b 100644 --- a/src/supplicant-manager/tests/Makefile.am +++ b/src/supplicant-manager/tests/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS=certs AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ + -I$(top_srcdir)/shared \ + -I$(top_builddir)/shared \ -I$(top_srcdir)/libnm-core \ -I$(top_builddir)/libnm-core \ -I$(top_srcdir)/src \ |