summaryrefslogtreecommitdiff
path: root/telepathy-logger/Makefile.am
blob: 736e0c1abd666e0b1e245bd1b49788c334450951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
include $(top_srcdir)/tools/flymake.mk

AM_CPPFLAGS =						\
	-I$(top_builddir)				\
	-I$(top_srcdir)					\
	$(ERROR_CFLAGS)					\
	-DG_LOG_DOMAIN=\"tp-logger\"			\
	-DTPL_DATA_DIR=\"$(PACKAGE_NAME)\"		\
	$(LIBTPL_CFLAGS)				\
	$(DISABLE_DEPRECATED)				\
	$(WARN_CFLAGS)

BUILT_SOURCES =

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = telepathy-logger-0.1.pc

lib_LTLIBRARIES = libtelepathy-logger.la

LIBTPLdir = $(includedir)/telepathy-logger-0.1/telepathy-logger
LIBTPL_HEADERS = \
		entity.h			\
		entry.h			\
		entry-text.h		\
		log-manager.h			\
		telepathy-logger.h \
		$(NULL)

libtelepathy_logger_la_SOURCES = \
		action-chain.c			\
		action-chain-internal.h		\
		channel-internal.h			\
		channel.c			\
		channel-factory.c		\
		channel-factory-internal.h		\
		channel-text.c			\
		channel-text-internal.h			\
		conf.c				\
		conf-internal.h				\
		entity.c			\
		entity-internal.h			\
		datetime.c			\
		datetime-internal.h		\
		dbus-service.c			\
		dbus-service-internal.h			\
		debug-internal.h		\
		debug.c				\
		entry.c			\
		entry-internal.h			\
		entry-text.c		\
		entry-text-internal.h		\
		log-manager.c			\
		log-manager-internal.h		\
		log-store.c			\
		log-store-internal.h			\
		log-store-xml.c			\
		log-store-xml-internal.h			\
		log-store-sqlite.c		\
		log-store-sqlite-internal.h		\
		log-store-factory.c		\
		log-store-factory-internal.h		\
		observer.c			\
		observer-internal.h			\
		util-internal.h			\
		util.c				\
		$(NULL)

libtelepathy_logger_la_LIBADD = \
	$(top_builddir)/extensions/libtpl-extensions-convenience.la

check_c_sources = \
	$(libtelepathy_logger_la_SOURCES)	\
	$(LIBTPL_HEADERS)
include $(top_srcdir)/tools/check-coding-style.mk
check-local: check-coding-style

CLEANFILES = $(BUILT_SOURCES)

include abi.am