~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-03-05 15:14:36 UTC
  • mfrom: (1.1.87)
  • Revision ID: package-import@ubuntu.com-20120305151436-utnrdabb2ppp3kw1
Tags: 3.3.90.2-0ubuntu1
* New upstream release
* debian/control
  - added yelp-tools and libfarstream-0.1-dev build depends
  - bump build depends on libtelepathy-farstream-dev, and 
    libtelepathy-glib-dev
  - bumpded depends for telepathy-mission-control-5
  - removed telepathy-butterfly recommends, mission-control-5 ensures 
    telepathy-haze handles MSN now.
* debian/rules
  - enable empathy-av 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(top_srcdir)/tools/flymake.mk
2
2
 
3
3
CPPFLAGS_COMMON =                                       \
4
 
        $(YELL_CFLAGS)                                  \
5
4
        $(EMPATHY_CFLAGS)                               \
6
5
        $(EDS_CFLAGS)                                   \
7
6
        $(ERROR_CFLAGS)                                 \
26
25
        $(GCR_LIBS)                                             \
27
26
        $(EMPATHY_LIBS)                                         \
28
27
        $(UNITY_LIBS)                                           \
29
 
        $(YELL_LIBS)                                            \
30
28
        $(LIBCHAMPLAIN_LIBS)                                    \
31
29
        $(NULL)
32
30
 
34
32
 
35
33
libempathy_accounts_common_la_SOURCES =                                 \
36
34
        empathy-accounts-common.c empathy-accounts-common.h             \
37
 
        empathy-account-assistant.c empathy-account-assistant.h         \
38
35
        empathy-accounts-dialog.c empathy-accounts-dialog.h             \
39
 
        empathy-auto-salut-account-helper.c empathy-auto-salut-account-helper.h \
40
36
        empathy-import-dialog.c empathy-import-dialog.h                 \
41
37
        empathy-import-pidgin.c empathy-import-pidgin.h                 \
42
38
        empathy-import-widget.c empathy-import-widget.h                 \
58
54
 
59
55
libexec_PROGRAMS = \
60
56
        empathy-auth-client \
61
 
        empathy-av \
 
57
        empathy-call \
62
58
        empathy-chat
63
59
 
64
60
empathy_accounts_SOURCES =                                              \
75
71
        empathy-debugger.c                                              \
76
72
        $(NULL)
77
73
 
 
74
if HAVE_EMPATHY_AV
78
75
empathy_av_SOURCES = \
79
76
        empathy-av.c \
80
77
        empathy-audio-sink.c \
102
99
empathy_av_CFLAGS = $(EMPATHY_AV_CFLAGS)
103
100
empathy_av_LDFLAGS = $(EMPATHY_AV_LIBS) $(LIBM)
104
101
 
 
102
libexec_PROGRAMS += empathy-av
 
103
 
 
104
endif
 
105
 
105
106
empathy_auth_client_SOURCES =                                           \
106
107
        empathy-auth-client.c \
107
108
        $(NULL)
115
116
        gedit-close-button.c gedit-close-button.h \
116
117
        $(NULL)
117
118
 
118
 
if HAVE_CALL
119
 
 
120
 
libexec_PROGRAMS += empathy-call
121
 
 
122
119
empathy_call_SOURCES = \
123
120
       empathy-call.c \
124
121
       empathy-call-factory.c \
141
138
       empathy-video-widget.h \
142
139
       empathy-preferences.c \
143
140
       empathy-preferences.h \
144
 
       ev-sidebar.c \
145
 
       ev-sidebar.h \
146
141
       empathy-camera-menu.c \
147
142
       empathy-camera-menu.h \
148
143
       empathy-mic-menu.c \
159
154
empathy_call_CFLAGS = $(EMPATHY_CALL_CFLAGS)
160
155
empathy_call_LDFLAGS = $(EMPATHY_CALL_LIBS)
161
156
 
162
 
endif
163
 
 
164
157
empathy_handwritten_source = \
165
158
        empathy-about-dialog.c empathy-about-dialog.h                   \
166
159
        empathy-chat-window.c empathy-chat-window.h                     \
195
188
check_c_sources = \
196
189
    $(empathy_handwritten_source) \
197
190
    $(empathy_logs_SOURCES) \
198
 
    $(empathy_handwritten_av_source)
 
191
    $(libempathy_accounts_common_la_SOURCES) \
 
192
    $(empathy_accounts_SOURCES) \
 
193
    $(empathy_debugger_SOURCES) \
 
194
    $(empathy_auth_client_SOURCES) \
 
195
    $(empathy_chat_SOURCES) \
 
196
    $(empathy_call_SOURCES)
199
197
 
200
198
include $(top_srcdir)/tools/check-coding-style.mk
201
199
check-local: check-coding-style