* add support for GtkWidget settings
[modest] / src / gtk2 / Makefile.am
index 00822ed..c0086e4 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile.am
-# Time-stamp: <2006-07-20 15:52:05 (djcb)>
+# Time-stamp: <2006-07-29 20:47:31 (djcb)>
 #
 #
 # use Automake 'trick' ==> convenience static libraries, which
@@ -9,7 +9,7 @@
 INCLUDES=\
        $(MODEST_GSTUFF_CFLAGS) \
        $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \
-       -I ${top_srcdir}/src
+       -I ${top_srcdir}/src  \
        -DPREFIX=\"@prefix@\" \
        -Wall
 
@@ -26,10 +26,14 @@ libmodest_ui_la_SOURCES=              \
        modest-main-window.c          \
        modest-account-view-window.c  \
        modest-account-view-window.h  \
-       modest-account-wizard.c       \
-       modest-account-wizard.h       \
-       modest-msg-window.c           \
-       modest-msg-window.h
+       modest-account-assistant.c    \
+       modest-account-assistant.h    \
+       modest-edit-msg-window.c      \
+       modest-edit-msg-window.h      \
+       modest-transport-widget.c     \
+       modest-transport-widget.h     \
+       modest-store-widget.c         \
+       modest-store-widget.h
 
 LDADD = \
        $(MODEST_GSTUFF_LIBS) \