build: rename directory "include" to "shared"
authorThomas Haller <thaller@redhat.com>
Tue, 22 Dec 2015 11:18:22 +0000 (12:18 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 24 Dec 2015 10:42:37 +0000 (11:42 +0100)
commitdb80ec05abdc09541896d80bdf71ccec58670109
tree7ba6a34d1b2448e06146e11d9417a7b79f5bd5fb
parentbc06dd9332f557fb1848b3c50a102e0d35ad9205
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".
58 files changed:
.gitignore
Makefile.am
callouts/Makefile.am
callouts/tests/Makefile.am
clients/Makefile.am
clients/cli/Makefile.am
clients/tui/Makefile.am
clients/tui/newt/Makefile.am
configure.ac
contrib/fedora/rpm/build_clean.sh
docs/libnm-glib/Makefile.am
examples/C/glib/Makefile.am
libnm-core/Makefile.am
libnm-core/Makefile.libnm-core
libnm-core/tests/Makefile.am
libnm-glib/Makefile.am
libnm-glib/tests/Makefile.am
libnm-util/Makefile.am
libnm-util/tests/Makefile.am
libnm/Makefile.am
libnm/tests/Makefile.am
shared/Makefile.am [moved from include/Makefile.am with 100% similarity]
shared/gsystem-local-alloc.h [moved from include/gsystem-local-alloc.h with 100% similarity]
shared/nm-dbus-compat.h [moved from include/nm-dbus-compat.h with 100% similarity]
shared/nm-default.h [moved from include/nm-default.h with 100% similarity]
shared/nm-glib.h [moved from include/nm-glib.h with 100% similarity]
shared/nm-macros-internal.h [moved from include/nm-macros-internal.h with 100% similarity]
shared/nm-test-libnm-utils.h [moved from include/nm-test-libnm-utils.h with 100% similarity]
shared/nm-test-utils-impl.c [moved from include/nm-test-utils-impl.c with 100% similarity]
shared/nm-test-utils.h [moved from include/nm-test-utils.h with 100% similarity]
shared/nm-version-macros.h.in [moved from include/nm-version-macros.h.in with 100% similarity]
src/Makefile.am
src/devices/adsl/Makefile.am
src/devices/bluetooth/Makefile.am
src/devices/team/Makefile.am
src/devices/tests/Makefile.am
src/devices/wifi/Makefile.am
src/devices/wifi/tests/Makefile.am
src/devices/wwan/Makefile.am
src/dhcp-manager/Makefile.am
src/dhcp-manager/tests/Makefile.am
src/dnsmasq-manager/tests/Makefile.am
src/platform/tests/Makefile.am
src/ppp-manager/Makefile.am
src/rdisc/tests/Makefile.am
src/settings/plugins/ibft/Makefile.am
src/settings/plugins/ibft/tests/Makefile.am
src/settings/plugins/ifcfg-rh/Makefile.am
src/settings/plugins/ifcfg-rh/tests/Makefile.am
src/settings/plugins/ifnet/Makefile.am
src/settings/plugins/ifnet/tests/Makefile.am
src/settings/plugins/ifupdown/Makefile.am
src/settings/plugins/ifupdown/tests/Makefile.am
src/settings/plugins/keyfile/Makefile.am
src/settings/plugins/keyfile/tests/Makefile.am
src/supplicant-manager/tests/Makefile.am
src/tests/Makefile.am
src/tests/config/Makefile.am