mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 07:50:06 +01:00
0.7 requires dbus 1.1 or greater (for system bus activation), so make that explicit, and remove compat code for D-Bus 0.6 and earlier. Consolidate the various glib pkgconfig checks into one, since most anything will require gthread, glib, and gobject anyway. Fixup the docs makefile to be more automake-compatible and let 'make clean' actually work correctly when docs are built. |
||
|---|---|---|
| .. | ||
| COPYING | ||
| gfile.c | ||
| gfile.h | ||
| gfilemonitor.c | ||
| gfilemonitor.h | ||
| glocaldirectorymonitor.c | ||
| glocaldirectorymonitor.h | ||
| glocalfilemonitor.c | ||
| glocalfilemonitor.h | ||
| inotify-diag.c | ||
| inotify-diag.h | ||
| inotify-helper.c | ||
| inotify-helper.h | ||
| inotify-kernel.c | ||
| inotify-kernel.h | ||
| inotify-missing.c | ||
| inotify-missing.h | ||
| inotify-path.c | ||
| inotify-path.h | ||
| inotify-sub.c | ||
| inotify-sub.h | ||
| Makefile.am | ||
| README | ||
A local copy of the Linux glib-2.14 GFileMonitor functionality, with a re-implementation of GFile that doesn't depend on GIO. Allows NM source code to use the same GFileMonitor APIs regardless of glib version.