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