NetworkManager/src/dhcp-manager
Dan Williams 1d7949e66c build: fix up includes; prefer builddir over srcdir
WiMAX failed distcheck if the iwmxsdk devel files were installed but
--enable-wimax=no was used, since the distcheck configure bits found
the iwmxsdk headers, defaulted WiMAX support to 'on', and then proceeded
to use the generated headers from the top srcdir, where of course
wimax was turned off (due to --enable-wimax=no).  Instead, everything
should use the headers from the builddir, which reflects the options
that 'make distcheck' actually selects.

At the same time, re-order various includes everywhere to ensure that
the builddir paths come before the srcdir paths to prevent this from
happening in the future.
2012-08-06 17:27:17 -05:00
..
tests build: fix srcdir != builddir for new generated headers 2012-02-22 16:27:28 -06:00
Makefile.am build: fix up includes; prefer builddir over srcdir 2012-08-06 17:27:17 -05:00
nm-dhcp-client.c dhcp: use /128 as prefix length for IPv6 IA_NA assignments (bgo #656610) (debian #661885) 2012-05-31 15:47:55 -05:00
nm-dhcp-client.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-dhcp-dhclient-utils.c trivial: spacing fix 2012-03-05 13:19:47 +01:00
nm-dhcp-dhclient-utils.h dhclient: split out dhclient config merging and add testcases 2010-12-17 23:09:20 -06:00
nm-dhcp-dhclient.c dhcp: don't leak dhclient config file contents when merging 2012-05-23 12:58:05 -05:00
nm-dhcp-dhclient.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-dhcp-dhcpcd.c core: unblock signals for child processes we spawn out of NM (rh #739836) 2012-05-21 15:00:51 +02:00
nm-dhcp-dhcpcd.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
nm-dhcp-manager.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-dhcp-manager.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00