aboutsummaryrefslogtreecommitdiffstats
path: root/modules/network-manager/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+3
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* Some modules missing CFLAGS/LIBS for EShell.Matthew Barnes2011-04-261-1/+3
|
* Bug #622912 - Migrate from dbus-glib to glib's GDBusMilan Crha2010-07-281-3/+1
|
* Fix build breakage.Matthew Barnes2010-03-221-0/+1
|
* Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-201-0/+22
This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.