summaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.am
blob: a9d37555099b1c81f8e4f297a4b0f38e44c251a3 (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
noinst_LTLIBRARIES = libtp-logger-tests.la

libtp_logger_tests_la_SOURCES = \
    contacts-conn.c \
    contacts-conn.h \
    contact-list-manager.c \
    contact-list-manager.h \
    debug.h \
    room-list-chan.c \
    room-list-chan.h \
    simple-account.c		\
    simple-account.h		\
    simple-account-manager.c	\
    simple-account-manager.h	\
    simple-conn.c \
    simple-conn.h \
    textchan-null.c \
    textchan-null.h \
    util.c \
    util.h \
    logger-test-helper.c \
    logger-test-helper.h

check_c_sources = *.c
include $(top_srcdir)/tools/check-coding-style.mk
check-local: check-coding-style

AM_CFLAGS = \
    $(ERROR_CFLAGS) \
    $(TPL_CFLAGS)\
    $(NULL)

libtp_logger_tests_la_LIBADD =  $(TPL_LIBS)