diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:23 +0800 |
commit | 44352aaa83077ed3853a74b65c486116653d10ac (patch) | |
tree | 80ef1953cbb30ed022d7cc8c47212382b0941ce9 /tests/Makefile.am | |
parent | 566da7c05622e1463ef84967a2b81c295c113812 (diff) | |
download | gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.tar gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.tar.gz gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.tar.bz2 gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.tar.lz gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.tar.xz gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.tar.zst gsoc2013-empathy-44352aaa83077ed3853a74b65c486116653d10ac.zip |
move empathy specifc helpers to check-empathy-helpers
svn path=/trunk/; revision=1553
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ccf6c8f1d..4e2654050 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,6 +33,8 @@ check_main_SOURCES = \ check-helpers.h \ check-libempathy.h \ check-empathy-utils.c \ + check-empathy-helpers.h \ + check-empathy-helpers.c \ check-irc-helper.h \ check-irc-helper.c \ check-empathy-irc-server.c \ |