diff options
author | Dan Williams <dcbw@redhat.com> | 2010-01-20 17:30:48 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-01-20 17:30:48 -0800 |
commit | 133c86ee92135b66975aae60b3318e4d79376130 (patch) | |
tree | c2e649b2cb9a5f9252cf4b2d92794d23903c7924 /introspection/Makefile.am | |
parent | e21885e7648aa1658b87f9dbaa5ecd9bed03418c (diff) | |
download | NetworkManager-133c86ee92135b66975aae60b3318e4d79376130.tar.gz |
introspection: fix inclusion of Dhcp6Config XML
Diffstat (limited to 'introspection/Makefile.am')
-rw-r--r-- | introspection/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am index a70d28511a..212da3ab93 100644 --- a/introspection/Makefile.am +++ b/introspection/Makefile.am @@ -24,5 +24,5 @@ EXTRA_DIST = \ nm-ppp-manager.xml \ nm-active-connection.xml \ nm-dhcp4-config.xml \ - nm-dhcp4-config.xml + nm-dhcp6-config.xml |