NetworkManager/gfilemonitor
Dan Williams 58f0541ff4 makefile cleanups
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.
2009-02-15 11:23:31 -05:00
..
COPYING 2008-05-11 Dan Williams <dcbw@redhat.com> 2008-05-11 20:12:18 +00:00
gfile.c License header and FSF address update 2008-12-20 09:46:41 -05:00
gfile.h License header and FSF address update 2008-12-20 09:46:41 -05:00
gfilemonitor.c License header and FSF address update 2008-12-20 09:46:41 -05:00
gfilemonitor.h License header and FSF address update 2008-12-20 09:46:41 -05:00
glocaldirectorymonitor.c License header and FSF address update 2008-12-20 09:46:41 -05:00
glocaldirectorymonitor.h License header and FSF address update 2008-12-20 09:46:41 -05:00
glocalfilemonitor.c License header and FSF address update 2008-12-20 09:46:41 -05:00
glocalfilemonitor.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-diag.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-diag.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-helper.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-helper.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-kernel.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-kernel.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-missing.c Use g_timeout_add_seconds() to reduce wakeups 2008-12-31 18:57:36 -05:00
inotify-missing.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-path.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-path.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-sub.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-sub.h License header and FSF address update 2008-12-20 09:46:41 -05:00
Makefile.am makefile cleanups 2009-02-15 11:23:31 -05:00
README 2008-05-11 Dan Williams <dcbw@redhat.com> 2008-05-11 20:12:18 +00:00

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.