diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-04 12:33:32 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-04 12:33:32 +0000 |
commit | dc2881155320bf12b3da69f72fe7ee44696602ff (patch) | |
tree | 6f7108876f456a196eea1ff37f30d6e01716e3cc /tests/lib/Makefile.am | |
parent | c455172a97b0b49418fd2fa1e7bd5c6e0a118541 (diff) | |
download | telepathy-logger-next.tar.gz |
This branch has been merged into telepathy-glibnext
Replace the entire source tree with a message indicating where to go.
Diffstat (limited to 'tests/lib/Makefile.am')
-rw-r--r-- | tests/lib/Makefile.am | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am deleted file mode 100644 index 1130029..0000000 --- a/tests/lib/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -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 \ - echo-chan.c \ - echo-chan.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 \ - 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) |