summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTambet Ingo <tambet@ximian.com>2007-02-12 09:23:43 +0000
committerTambet Ingo <tambet@gmail.com>2007-02-12 09:23:43 +0000
commit8a4c57f63186bac717e3d0d547a3b5931fb19b13 (patch)
tree9c6a2873c32a5a75454edc945b0747e863f626e8 /Makefile.am
parent13af56e67d54e3b9b99b8ca4e7aae5046aafd336 (diff)
downloadNetworkManager-8a4c57f63186bac717e3d0d547a3b5931fb19b13.tar.gz
2007-02-12 Tambet Ingo <tambet@ximian.com>
Totally break NetworkManager. Please use 0.6 branch until futher notice. * src/: - Remove old low-level dbus interface implementations and replace them with dbus-glib one. * configure.in: - Require dbus-glib >= 0.72. - Plug in new sources to build. * libnm-glib/: - Implement GObject wrappers on top of DBUS glib auto-generated bindings to make it more convenient to use from GObject based programs. * introspection/: - Implement DBUS XML introspection files, used by both NM and libnm-glib. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2309 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 420b2ba3c1..815586f9b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
SUBDIRS = \
utils \
libnm-util \
+ libnm-glib \
src \
dispatcher-daemon \
gnome \