X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2FMakefile.am;h=a97fccffe40feb03ee624b792b7380a71253afb0;hb=eeac9492fe5d54860fb2ee81f7e0a036a694ce5b;hp=96e1231bbe1d2ac85ce2a362859f0e4a65f9c43d;hpb=32ba35b63ed6986eab57acf8bfd76dba10ee129e;p=modest diff --git a/src/maemo/Makefile.am b/src/maemo/Makefile.am index 96e1231..a97fccf 100644 --- a/src/maemo/Makefile.am +++ b/src/maemo/Makefile.am @@ -26,6 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SUBDIRS=easysetup INCLUDES=\ $(MODEST_GSTUFF_CFLAGS) \ @@ -34,6 +35,7 @@ INCLUDES=\ -I ${top_srcdir}/src/widgets \ -I ${top_srcdir}/src \ -DPREFIX=\"@prefix@\" \ + -DMAEMO_CHANGES \ -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \ -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \ -Wall @@ -57,7 +59,10 @@ libmodest_ui_la_SOURCES= \ modest-account-assistant.c \ modest-account-assistant.h \ modest-maemo-utils.c \ - modest-maemo-utils.h + modest-connection-specific-smtp-window.h \ + modest-connection-specific-smtp-window.c \ + modest-connection-specific-smtp-edit-window.h \ + modest-connection-specific-smtp-edit-window.c LDADD = \ $(MODEST_GSTUFF_LIBS) \