~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to telepathy-glib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2009-08-18 18:48:25 UTC
  • mfrom: (1.4.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090818184825-q4z95k9gwoo1n4a1
Tags: 0.7.35-1
* New upstream version (API, ABI added)
* add Breaks: relation for old Gabble and telepathy-sofiasip versions, due
  to some unnecessary assertions in those versions (working versions are
  already present in squeeze, but not in lenny)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    versions/0.7.29.abi \
37
37
    versions/0.7.30.abi \
38
38
    versions/0.7.31.abi \
39
 
    versions/0.7.32.abi
 
39
    versions/0.7.32.abi \
 
40
    versions/0.7.34.abi \
 
41
    versions/0.7.35.abi
40
42
 
41
43
EXTRA_DIST = \
42
44
    $(ABI_LISTS) \
120
122
 
121
123
endif # !HAVE_LD_VERSION_SCRIPT
122
124
 
123
 
tpginclude_HEADERS = \
 
125
# headers that are subject to coding-style checks
 
126
our_headers = \
124
127
    account.h \
125
128
    account-manager.h \
126
129
    base-connection.h \
138
141
    contact.h \
139
142
    contacts-mixin.h \
140
143
    dbus.h \
 
144
    dbus-daemon.h \
141
145
    dbus-properties-mixin.h \
142
146
    defs.h \
143
147
    debug.h \
176
180
    text-mixin.h \
177
181
    util.h
178
182
 
 
183
tpginclude_HEADERS = \
 
184
    $(our_headers) \
 
185
    verify.h
 
186
 
179
187
nodist_libtelepathy_glib_internal_la_SOURCES = \
180
188
    _gen/error-str.c \
181
189
    _gen/signals-marshal.c \
256
264
        rm -rf _gen
257
265
 
258
266
check_c_sources = \
259
 
    $(tpginclude_HEADERS) \
 
267
    $(our_headers) \
260
268
    $(libtelepathy_glib_internal_la_SOURCES)
261
269
 
262
270
include $(top_srcdir)/tools/check-coding-style.mk
283
291
    contact.c \
284
292
    contacts-mixin.c \
285
293
    dbus.c \
 
294
    dbus-daemon.c \
286
295
    dbus-internal.h \
287
296
    dbus-properties-mixin.c \
288
297
    debug.c \