NetworkManager/cli/src
Dan Winship bfce3f7dc8 build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy
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.
2013-08-22 11:49:16 -04:00
..
common.c all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
common.h cli: 'connection add': allow numeric bonding modes 2013-05-16 10:44:17 +02:00
connections.c nmcli: strip whitespace when reading property name in edit mode 2013-08-21 10:54:56 +02:00
connections.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
devices.c cli: 'dev wifi list': change default displayed columns 2013-05-31 09:38:04 +02:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
network-manager.c cli: trivial update of NmcOutputField initializers 2013-05-31 09:38:03 +02:00
network-manager.h cli: remove obsolete 'nmcli nm' 2013-04-24 10:04:43 +02:00
nmcli.c cli: confirm connection saving when autoconnect=yes (rh #953296) 2013-07-30 14:04:52 +02:00
nmcli.h cli: confirm connection saving when autoconnect=yes (rh #953296) 2013-07-30 14:04:52 +02:00
settings.c all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
settings.h cli: simplify setting creation 2013-07-22 13:37:17 +02:00
utils.c all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
utils.h cli: add 'nmcli' command for nmcli connection editor configuration 2013-07-22 13:37:16 +02:00