Merge remote-tracking branch 'njsf/for-steve' into njsf-dbus
authorNelson Ferreira <nelson.ferreira@ieee.org>
Mon, 16 Jan 2012 02:31:46 +0000 (21:31 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Mon, 16 Jan 2012 02:31:46 +0000 (21:31 -0500)
1  2 
configure.ac
modules/Makefile.am
modules/dbus/Makefile.am

diff --cc configure.ac
Simple merge
Simple merge
@@@ -50,25 -50,8 +50,25 @@@ headerdir = $(includedir)/$(instvarsepd
  AM_CFLAGS = $(dll_cflags) -DIMA_MODULE -DUSE_SXEMACS_CONFIG_H
  AM_CPPFLAGS = -I$(srcdir) -I$(builddir)  -I$(top_srcdir)/src \
        -I$(top_builddir)/src $(SXEMACS_INCLUDES) $(c_switch_all)
- AM_LDFLAGS = -module
+ AM_LDFLAGS = -module $(XCCLDFLAGS)
  
 +## mods
 +module_LTLIBRARIES = 
 +
 +BUILT_SOURCES = 
 +
 +header_HEADERS =
 +
 +module_LTLIBRARIES += sxe-dbus.la
 +
 +sxe_dbus_la_SOURCES = dbusbind.c
 +
 +nodist_sxe_dbus_la_SOURCES = dbusbind.doc.c
 +
 +sxe_dbus_la_CFLAGS = $(AM_CFLAGS) -DEMOD_SXE_DBUS
 +
 +CLEANFILES = $(BUILT_SOURCES) auto-autoloads.el{,c} libsxe-dbus.a
 +
  ## custom rules
  SXEMACS = $(top_builddir)/src/sxemacs
  make_docfile = $(MAKE_DOCFILE)