NetworkManager/src/dhcp
Iñigo Martínez 5e16bcf268 meson: Improve dependency system
Some targets are missing dependencies on some generated sources in
the meson port. These makes the build to fail due to missing source
files on a highly parallelized build.

These dependencies have been resolved by taking advantage of meson's
internal dependencies which can be used to pass source files,
include directories, libraries and compiler flags.

One of such internal dependencies called `core_dep` was already in
use. However, in order to avoid any confusion with another new
internal dependency called `nm_core_dep`, which is used to include
directories and source files from the `libnm-core` directory, the
`core_dep` dependency has been renamed to `nm_dep`.

These changes have allowed minimizing the build details which are
inherited by using those dependencies. The parallelized build has
also been improved.
2018-01-10 12:20:17 +01:00
..
tests meson: Improve dependency system 2018-01-10 12:20:17 +01:00
meson.build meson: Improve dependency system 2018-01-10 12:20:17 +01:00
nm-dhcp-client-logging.h core/dhcp: use addr-family parameter for instead of boolean 2017-09-11 15:05:57 +02:00
nm-dhcp-client.c dhcp: fix check for client-id in _set_client_id() 2018-01-09 15:55:43 +01:00
nm-dhcp-client.h dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failure 2018-01-04 18:53:05 +01:00
nm-dhcp-dhclient-utils.c dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failure 2018-01-04 18:53:05 +01:00
nm-dhcp-dhclient-utils.h core: rework tracking of gateway/default-route in ip-config 2017-10-10 08:46:47 +02:00
nm-dhcp-dhclient.c core: rework tracking of gateway/default-route in ip-config 2017-10-10 08:46:47 +02:00
nm-dhcp-dhcpcanon.c dhcp: add support for dhcpcanon client 2017-10-30 10:43:10 +01:00
nm-dhcp-dhcpcd.c dhcp: allow FQDNs in ipv4.dhcp-hostname 2017-05-04 16:25:06 +02:00
nm-dhcp-helper-api.h build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-helper.c build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-listener.c all: use nm_direct_hash() instead of g_direct_hash() 2017-11-16 11:49:52 +01:00
nm-dhcp-listener.h build: rename "src/dhcp-manager" to "src/dhcp" 2016-11-21 14:07:47 +01:00
nm-dhcp-manager.c dhcp: track dhcp-client instances with CList instead of hash-table 2018-01-04 15:16:38 +01:00
nm-dhcp-manager.h dhcp: add support for dhcpcanon client 2017-10-30 10:43:10 +01:00
nm-dhcp-systemd.c dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failure 2018-01-04 18:53:05 +01:00
nm-dhcp-utils.c dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failure 2018-01-04 18:53:05 +01:00
nm-dhcp-utils.h core: use ipv4.route-table setting for other IPv4 routes 2017-10-09 22:06:25 +02:00