trying to commit
authorMurray Cumming <murrayc@murrayc.com>
Tue, 8 May 2007 11:11:50 +0000 (11:11 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 8 May 2007 11:11:50 +0000 (11:11 +0000)
pmo-trunk-r1785

ChangeLog2
configure.ac
src/Makefile.am

index c619606..d448754 100644 (file)
@@ -1,11 +1,17 @@
 2007-05-08  Murray Cumming  <murrayc@murrayc.com>
 
+       * configure.ac:
+       * src/Makefile.am: Reverted the use of AM_CONDITIONAL(), because it 
+       caused an undefined symbol error:
+       modest-platform.c:84: undefined reference to `modest_osso_cb_hw_state_handler
+
+2007-05-08  Murray Cumming  <murrayc@murrayc.com>
+
        * src/modest-tny-account-store.c:
        (modest_tny_account_store_alert): Adapt to the changed tinymail API, 
        using a GError instead of a string message, so we can translate it in 
        Modest.
 
-
 2007-05-08  Murray Cumming  <murrayc@murrayc.com>
 
        * src/maemo/modest-address-book.c:
index 58cf1a8..aa69fac 100644 (file)
@@ -148,8 +148,6 @@ else
 
 fi
 
-AM_CONDITIONAL(BUILD_DBUSAPI, test x$dbus_api = xdbus_api)
-
 dnl do we have the easy setup stuff?
 have_easysetup=false
 if test -d src/${with_platform}/easysetup; then        
index e85f56b..3802668 100644 (file)
@@ -1,11 +1,7 @@
 #
 # Makefile.am
 # Time-stamp: <2007-04-21 11:15:36 (djcb)>
-SUBDIRS=$(MODEST_PLATFORM) widgets
-
-if BUILD_DBUSAPI
-SUBDIRS += dbus_api
-endif
+SUBDIRS=$(MODEST_PLATFORM) widgets $(dbus_api)
 
 DIST_SUBDIRS = widgets gnome maemo dbus_api
 
@@ -97,10 +93,8 @@ modest_LDADD =                                               \
        $(MODEST_LIBTINYMAIL_MAEMO_LIBS)                \
        ${easysetupmaybe}                               \
        $(MODEST_PLATFORM)/libmodest-ui.la              \
-       widgets/libmodest-widgets.la
+       widgets/libmodest-widgets.la \
+       dbus_api/libmodest-dbus-api.la
 
-if BUILD_DBUSAPI
-       modest_LDADD += dbus_api/libmodest-dbus-api.la          
-endif
 
 EXTRA_DIST=modest-marshal.list