~darkxst/ubuntu/quantal/telepathy-logger/lp1049210

« back to all changes in this revision

Viewing changes to telepathy-logger/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2012-05-02 15:55:41 UTC
  • mfrom: (1.1.15)
  • mto: (14.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: package-import@ubuntu.com-20120502155541-9hr3lk9ftsftqym6
* New upstream release.
  - Drop --enable-call to configure, call is always enabled now
  - Bump libtelepathy-glib-dev build-dependency
* debian/control:
  - Move gir1.2-telepathylogger-0.2 to introspection Section
  - Bump debhelper build-dependency to 9
  - Bump Standards-Version to 3.9.3 (no further changes)
  - Move telepathy-logger to Section utils (Closes: #663080)
* debian/libtelepathy-logger2.symbols: Bump Call API to 0.2.13, with that
  version Call support is enabled by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(top_srcdir)/tools/flymake.mk
2
2
 
3
 
-include $(INTROSPECTION_MAKEFILE)
 
3
if HAVE_INTROSPECTION
 
4
include $(INTROSPECTION_MAKEFILE)
 
5
endif
4
6
INTROSPECTION_GIRS =
5
7
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --add-include-path=$(top_srcdir) -I$(top_srcdir)
6
8
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(top_srcdir)
25
27
        tpl-marshal.list \
26
28
        $(NULL)
27
29
 
28
 
if ENABLE_CALL
29
 
 
30
 
call_headers = call-event.h
31
 
call_sources = \
32
 
               call-channel.c                  \
33
 
               call-channel-internal.h         \
34
 
               streamed-media-channel.c        \
35
 
               streamed-media-channel-internal.h
36
 
 
37
 
else # ENABLE_CALL
38
 
 
39
 
EXTRA_DIST += \
40
 
              call-event.h                    \
41
 
              call-channel.c                  \
42
 
              call-channel-internal.h         \
43
 
              streamed-media-channel.c        \
44
 
              streamed-media-channel-internal.h
45
 
 
46
 
endif # ENABLE_CALL
47
 
 
48
30
LIBTPLdir = $(includedir)/telepathy-logger-0.2/telepathy-logger
49
31
LIBTPL_HEADERS = \
50
32
                entity.h                        \
52
34
                log-manager.h                   \
53
35
                telepathy-logger.h              \
54
36
                text-event.h                    \
55
 
                $(call_headers)                 \
 
37
                call-event.h                    \
56
38
                $(NULL)
57
39
 
58
40
%-marshal.c: %-marshal.list Makefile.am
105
87
                text-event-internal.h           \
106
88
                util-internal.h                 \
107
89
                util.c                          \
108
 
                $(call_sources)                 \
 
90
                call-channel.c                  \
 
91
                call-channel-internal.h         \
 
92
                streamed-media-channel.c        \
 
93
                streamed-media-channel-internal.h \
109
94
                $(NULL)
110
95
 
111
96
nodist_libtelepathy_logger_la_SOURCES = \