From eaf775ea3095d2fbb4c68c6b6ee6554de695e2cc Mon Sep 17 00:00:00 2001 From: Tambet Ingo Date: Wed, 15 Aug 2007 08:15:58 +0000 Subject: [PATCH] 2007-08-15 Tambet Ingo * introspection/Makefile.am: Add nm-manager-client.xml to * EXTRA_DIST. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2689 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 4 ++++ introspection/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a872e55d9c..82c34ce849 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-15 Tambet Ingo + + * introspection/Makefile.am: Add nm-manager-client.xml to EXTRA_DIST. + 2007-08-14 Tambet Ingo * libnm-glib/Makefile.am: Use nm-manager-client.xml to produce nm-client-bindings. diff --git a/introspection/Makefile.am b/introspection/Makefile.am index 443c044005..9655e3fffc 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -5,5 +5,6 @@ EXTRA_DIST = \ nm-device.xml \ nm-ip4-config.xml \ nm-manager.xml \ + nm-manager-client.xml \ nm-settings.xml \ nm-settings-connection.xml