* refactored account setup wizard (assistant), with specifics for transport/store
[modest] / src / gtk2 / Makefile.am
1 #
2 # Makefile.am
3 # Time-stamp: <2006-07-29 20:47:31 (djcb)>
4 #
5 #
6 # use Automake 'trick' ==> convenience static libraries, which
7 # won't be installed, just for linking
8 #
9 INCLUDES=\
10         $(MODEST_GSTUFF_CFLAGS) \
11         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_CFLAGS) \
12         -I ${top_srcdir}/src  \
13         -DPREFIX=\"@prefix@\" \
14         -Wall
15
16 noinst_LTLIBRARIES=\
17         libmodest-ui.la
18
19 PIXMAP_FILES=\
20         pixmaps/*.png
21
22 libmodest_ui_la_SOURCES=              \
23         modest-ui.c                   \
24         modest-icon-names.h           \
25         modest-main-window.h          \
26         modest-main-window.c          \
27         modest-account-view-window.c  \
28         modest-account-view-window.h  \
29         modest-account-assistant.c    \
30         modest-account-assistant.h    \
31         modest-edit-msg-window.c      \
32         modest-edit-msg-window.h      \
33         modest-transport-widget.c     \
34         modest-transport-widget.h     \
35         modest-store-widget.c         \
36         modest-store-widget.h
37
38 LDADD = \
39         $(MODEST_GSTUFF_LIBS) \
40         $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS)
41
42 EXTRA_DIST=pixmaps/*
43
44 pixmapdir = $(prefix)/share/modest/pixmaps
45 pixmap_DATA = $(PIXMAP_FILES)