2008-05-11 Dan Williams <dcbw@redhat.com>
authorDan Williams <dcbw@redhat.com>
Sun, 11 May 2008 20:12:18 +0000 (20:12 +0000)
committerDan Williams <dcbw@redhat.com>
Sun, 11 May 2008 20:12:18 +0000 (20:12 +0000)
commitd7eafc71b13a0045cedc0a8c20c3c1d42c8d057d
treeaaf61f8b3389f5bfa5485dccdce93ad72293c9ce
parent2f9019b2688d695de9131ce2eb542335a134ddec
2008-05-11  Dan Williams  <dcbw@redhat.com>

* configure.in
  Makefile.am
  gfilemonitor/*
- Add a private copy of the GIO GFileMonitor code, with a custom GFile
implementation, so that the same change monitoring code can be used
on systems without glib-2.14 (like Fedora 8)

* system-settings/plugins/keyfile/Makefile.am
  system-settings/plugins/keyfile/plugin.c
  system-settings/plugins/ifcfg-suse/Makefile.am
  system-settings/plugins/ifcfg-suse/plugin.c
- Use private gfilemonitor code if GIO is not present

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3654 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
30 files changed:
ChangeLog
Makefile.am
configure.in
gfilemonitor/COPYING [new file with mode: 0644]
gfilemonitor/Makefile.am [new file with mode: 0644]
gfilemonitor/README [new file with mode: 0644]
gfilemonitor/gfile.c [new file with mode: 0644]
gfilemonitor/gfile.h [new file with mode: 0644]
gfilemonitor/gfilemonitor.c [new file with mode: 0644]
gfilemonitor/gfilemonitor.h [new file with mode: 0644]
gfilemonitor/glocaldirectorymonitor.c [new file with mode: 0644]
gfilemonitor/glocaldirectorymonitor.h [new file with mode: 0644]
gfilemonitor/glocalfilemonitor.c [new file with mode: 0644]
gfilemonitor/glocalfilemonitor.h [new file with mode: 0644]
gfilemonitor/inotify-diag.c [new file with mode: 0644]
gfilemonitor/inotify-diag.h [new file with mode: 0644]
gfilemonitor/inotify-helper.c [new file with mode: 0644]
gfilemonitor/inotify-helper.h [new file with mode: 0644]
gfilemonitor/inotify-kernel.c [new file with mode: 0644]
gfilemonitor/inotify-kernel.h [new file with mode: 0644]
gfilemonitor/inotify-missing.c [new file with mode: 0644]
gfilemonitor/inotify-missing.h [new file with mode: 0644]
gfilemonitor/inotify-path.c [new file with mode: 0644]
gfilemonitor/inotify-path.h [new file with mode: 0644]
gfilemonitor/inotify-sub.c [new file with mode: 0644]
gfilemonitor/inotify-sub.h [new file with mode: 0644]
system-settings/plugins/ifcfg-suse/Makefile.am
system-settings/plugins/ifcfg-suse/plugin.c
system-settings/plugins/keyfile/Makefile.am
system-settings/plugins/keyfile/plugin.c