Fix dbus build.
authorSteve Youngs <steve@sxemacs.org>
Fri, 20 Jan 2012 12:04:00 +0000 (22:04 +1000)
committerSteve Youngs <steve@sxemacs.org>
Fri, 20 Jan 2012 12:04:00 +0000 (22:04 +1000)
commiteabfdb7d71968d5aa41c7403c0de7237f0f9a1ae
tree606764960cb5199c3aa3297dc6d4395a0834a311
parent81dd3117efce019fc5956143896f1c5d375f55a0
Fix dbus build.

This changeset does just enough to get the new dbus emodule built.  Please
note that this doesn't mean dbus in SXEmacs is now done.  There is more to
come.  This JUST puts a bandaid on the build chain so it will build.

* modules/dbus/Makefile.am (module_LTLIBRARIES): Set to `dbusbind.la'

* modules/dbus/Makefile.am (BUILT_SOURCES): Remove non-generated
sources.

* modules/dbus/Makefile.am (dbus_la_SOURCES): Renamed from
`sxe_dbus_la_SOURCES'.

* modules/dbus/Makefile.am (nodist_dbus_la_SOURCES): Renamed from
`nodist_sxe_dbus_la_SOURCES'.

* modules/dbus/Makefile.am (dbus_la_CFLAGS): Renamed from
`sxe_dbus_la_CFLAGS'.

* configure.ac: Set have_modules_dbus and have_static_modules_dbus
accordingly.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
configure.ac
modules/dbus/Makefile.am