From aa9a2cbb6aaaddd6270820e4b3db293393184713 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 10 Jul 2007 18:31:32 +0000 Subject: [PATCH] 2007-07-10 Christopher Aillon Patch from Robert Buchholz : * configure.in: * Makefile.am: * introspection/Makefile.am: Make make distcheck work again. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2628 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 9 +++++++++ Makefile.am | 3 ++- configure.in | 1 + introspection/Makefile.am | 7 +++++++ 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 introspection/Makefile.am diff --git a/ChangeLog b/ChangeLog index 48866ed642..b05b980e32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-07-10 Christopher Aillon + + Patch from Robert Buchholz : + + * configure.in: + * Makefile.am: + * introspection/Makefile.am: + Make make distcheck work again. + 2007-06-27 Dan Williams * Make SSIDs GByteArrays everywhere diff --git a/Makefile.am b/Makefile.am index 815586f9b0..8e8996fe9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ SUBDIRS = \ test \ po \ man \ - include + include \ + introspection EXTRA_DIST = \ CONTRIBUTING \ diff --git a/configure.in b/configure.in index 6c3a2a0de1..dae8ec5168 100644 --- a/configure.in +++ b/configure.in @@ -383,6 +383,7 @@ initscript/Arch/networkmanager-dispatcher initscript/paldo/Makefile initscript/paldo/NetworkManager initscript/paldo/NetworkManagerDispatcher +introspection/Makefile man/Makefile man/NetworkManager.8 man/NetworkManagerDispatcher.8 diff --git a/introspection/Makefile.am b/introspection/Makefile.am new file mode 100644 index 0000000000..1ebc1663e2 --- /dev/null +++ b/introspection/Makefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = \ + nm-access-point.xml \ + nm-device-802-11-wireless.xml \ + nm-device-802-3-ethernet.xml \ + nm-device.xml \ + nm-ip4-config.xml \ + nm-manager.xml