NetworkManager/examples/C/glib
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
..
add-connection-dbus-glib.c examples: move glib examples to a subdir 2011-04-20 19:25:50 -05:00
add-connection-libnm-glib.c examples: move glib examples to a subdir 2011-04-20 19:25:50 -05:00
get-active-connections-dbus-glib.c all: use G_VALUE_INIT to initialize GValue variables 2013-03-25 08:41:18 +01:00
get-ap-info-libnm-glib.c cli/examples: NM_802_11_MODE_AP mode is not valid for NMAccessPoint objects 2012-11-01 15:40:27 +01:00
list-connections-dbus-glib.c examples: move glib examples to a subdir 2011-04-20 19:25:50 -05:00
list-connections-libnm-glib.c core: use nm_connection_get_setting_<type>() whenever possible 2011-12-06 16:06:43 -06:00
Makefile.am build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
monitor-nm-running-dbus-glib.c examples: add C examples for monitoring whether NM runs 2012-02-03 11:55:46 +01:00
monitor-nm-running-GDBus.c examples: remove GLIB_CHECK_VERSION checks from GDBus examples 2013-02-26 13:07:32 +01:00
monitor-nm-state-GDBus.c examples: remove GLIB_CHECK_VERSION checks from GDBus examples 2013-02-26 13:07:32 +01:00