mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-30 03:38:16 +02:00
Unfortunately, $(AM_CPPFLAGS) gets overridden by per-target _CPPFLAGS variables, which $(INCLUDES) did not, so this requires some additional changes. In most places, I have just gotten rid of the per-target _CPPFLAGS variables; in directories with a single target, the per-target variable is unnecessary, and in directories with multiple targets, the per-target variable is often undesirable, since it forces some files to be compiled twice, even though there ends up being no difference between the two files. |
||
|---|---|---|
| .. | ||
| network-scripts | ||
| iscsiadm-test-bad-dns1 | ||
| iscsiadm-test-bad-dns2 | ||
| iscsiadm-test-bad-entry | ||
| iscsiadm-test-bad-gateway | ||
| iscsiadm-test-bad-ipaddr | ||
| iscsiadm-test-bad-record | ||
| iscsiadm-test-dhcp | ||
| iscsiadm-test-static | ||
| Makefile.am | ||
| test-ifcfg-rh-utils.c | ||
| test-ifcfg-rh.c | ||