makefile cleanups
authorDan Williams <dcbw@redhat.com>
Sun, 15 Feb 2009 16:20:25 +0000 (11:20 -0500)
committerDan Williams <dcbw@redhat.com>
Sun, 15 Feb 2009 16:20:25 +0000 (11:20 -0500)
commit73659e724c80504e2bd581bc9417d26b795597e2
treebd542c6801c26601f89ee6abf1dc2c41ab4f8d7e
parentc100d0d77913d644764186a661a94d2e5bfaa249
makefile cleanups

0.7 requires dbus 1.1 or greater (for system bus activation), so make that
explicit, and remove compat code for D-Bus 0.6 and earlier.  Consolidate
the various glib pkgconfig checks into one, since most anything will require
gthread, glib, and gobject anyway.  Fixup the docs makefile to be more
automake-compatible and let 'make clean' actually work correctly when
docs are built.
22 files changed:
Makefile.am
callouts/Makefile.am
callouts/nm-avahi-autoipd-action.c
callouts/nm-dhcp-client-action.c
configure.in
docs/Makefile.am [new file with mode: 0644]
gfilemonitor/Makefile.am
libnm-glib/Makefile.am
libnm-util/tests/Makefile.am
marshallers/Makefile.am
src/Makefile.am
src/backends/Makefile.am
src/dhcp-manager/Makefile.am
src/dnsmasq-manager/Makefile.am
src/named-manager/Makefile.am
src/nm-dbus-manager.c
src/supplicant-manager/Makefile.am
src/tests/Makefile.am
src/vpn-manager/Makefile.am
system-settings/plugins/keyfile/io/Makefile.am
system-settings/src/Makefile.am
test/Makefile.am