summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-08-20 13:00:37 -0500
committerDan Williams <dcbw@redhat.com>2009-08-20 13:00:37 -0500
commit9c0e92955286bfdbbd633adec1c946cb757df9b9 (patch)
tree47e1fb6d3c3154e2d9fb5c60da4767a7f69dbe90 /Makefile.am
parent718e3bf89c648752f03553450a2cb36152cfdf59 (diff)
downloadNetworkManager-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.am4
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 \