summaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 10:00:54 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 16:36:30 +0200
commitfa4c04412ae02c77d58a58b36da338f5b7a640ba (patch)
treeb8885fd7e697c19ab0b471b158a7b3cc55516660 /tests/lib/Makefile.am
parentb5939d56b83f1c125dfd6693e881290d513fa67d (diff)
downloadtelepathy-logger-fa4c04412ae02c77d58a58b36da338f5b7a640ba.tar.gz
tests/lib: sync with tp-glib master
Add room-list-chan.c as it's used by simple-conn. https://bugs.freedesktop.org/show_bug.cgi?id=69797
Diffstat (limited to 'tests/lib/Makefile.am')
-rw-r--r--tests/lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index e0b7940..faae79a 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -3,6 +3,8 @@ noinst_LTLIBRARIES = libtp-logger-tests.la
libtp_logger_tests_la_SOURCES = \
contacts-conn.c \
contacts-conn.h \
+ room-list-chan.c \
+ room-list-chan.h \
simple-account.c \
simple-account.h \
simple-account-manager.c \
@@ -23,4 +25,4 @@ AM_CFLAGS = \
$(TPL_CFLAGS)\
$(NULL)
-libtp_logger_tests_la_LIBADD = $(TPL_LIBS) \ No newline at end of file
+libtp_logger_tests_la_LIBADD = $(TPL_LIBS)