~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to mail/src/Makefile.am

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 #dnl Process this file with automake to produce Makefile.in
2
 
 
3
 
lib_LTLIBRARIES = \
4
 
        libcd-mail.la
5
 
 
6
 
 
7
 
libcd_mail_la_SOURCES = \
8
 
        cd-mail-applet-init.c\
9
 
        cd-mail-applet-init.h\
10
 
        cd-mail-applet-config.c\
11
 
        cd-mail-applet-config.h\
12
 
        cd-mail-applet-notifications.c\
13
 
        cd-mail-applet-notifications.h\
14
 
        cd-mail-applet-struct.h\
15
 
        cd-mail-applet-etpan.c\
16
 
        cd-mail-applet-etpan.h\
17
 
        cd-mail-applet-accounts.c\
18
 
        cd-mail-applet-accounts.h
19
 
 
20
 
 
21
 
dock_version = `pkg-config --modversion cairo-dock`
22
 
 
23
 
libcd_mail_la_CFLAGS = \
24
 
        -I$(top_srcdir)/src\
25
 
        $(PACKAGE_CFLAGS)\
26
 
        $(MAIL_PACKAGE_CFLAGS)\
27
 
        -D_POSIX_SOURCE=1 -DHAVE_SSL_SUPPORT=1\
28
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(maildatadir)"\"\
29
 
        -DMY_APPLET_PREVIEW_FILE=\""preview.jpg"\"\
30
 
        -DMY_APPLET_CONF_FILE=\""mail.conf"\"\
31
 
        -DMY_APPLET_USER_DATA_DIR=\""mail"\"\
32
 
        -DMY_APPLET_VERSION=\""$(VERSION_MAIL)"\"\
33
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_MAIL)"\"\
34
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
35
 
        -DMY_APPLET_ICON_FILE=\""cd_mail_icon.png"\"\
36
 
        -DCD_APPLET_MULTI_INSTANCE=\"1\"\
37
 
        -DGL_GLEXT_PROTOTYPES=\""1"\"\
38
 
        -std=c99\
39
 
        -Werror-implicit-function-declaration\
40
 
        -g -ggdb -W
41
 
#       -fgnu89-inline\
42
 
#       -O3
43
 
 
44
 
 
45
 
libcd_mail_la_LIBADD = \
46
 
        $(PACKAGE_LIBS) -lm \
47
 
        $(MAIL_PACKAGE_LIBS)
48
 
 
49
 
 
50
 
libcd_mail_la_LDFLAGS =\
51
 
        -avoid-version -module