aboutsummaryrefslogtreecommitdiffstats
path: root/modules/windows-sens/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Drop the ConnMan/NetworkManager/WindowsSENS modules.Matthew Barnes2012-04-011-22/+0
| | | | | | We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+5
| | | | | | | | | 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.
* [win32] Remove the C++ dependencyFridrich Štrba2010-03-271-0/+1
| | | | Implement the Windows SENS network monitoring in plain C
* [win32] Converting the Windows SENS from C++ to plain CFridrich Štrba2010-03-271-1/+1
|
* [win32] Implement network status detectionFridrich Strba2010-03-241-0/+19
The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only