diff options
author | Dan Williams <dcbw@redhat.com> | 2009-08-20 13:00:37 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-08-20 13:00:37 -0500 |
commit | 9c0e92955286bfdbbd633adec1c946cb757df9b9 (patch) | |
tree | 47e1fb6d3c3154e2d9fb5c60da4767a7f69dbe90 /Makefile.am | |
parent | 718e3bf89c648752f03553450a2cb36152cfdf59 (diff) | |
download | NetworkManager-9c0e92955286bfdbbd633adec1c946cb757df9b9.tar.gz |
core: require gio
Which isn't a problem, since we already require glib-2.16 which
includes gio. Thus, we can remove all the gfilemonitor compat
stuff.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 3e2fec99f4..cda6437ccf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,5 @@ SUBDIRS = marshallers -if NO_GIO -SUBDIRS += gfilemonitor -endif - SUBDIRS += \ libnm-util \ libnm-glib \ |