diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-05-14 03:07:46 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-14 03:07:46 +0800 |
commit | ebceb937aba409b8760330e79da6018363f60d5b (patch) | |
tree | af976d795ed031edc5de94f88a3d60d44c984cdc /src/Makefile.am | |
parent | 2e9ef7bfa165e905f3fd131462fdf980fadd2ee9 (diff) | |
download | gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.tar gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.tar.gz gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.tar.bz2 gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.tar.lz gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.tar.xz gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.tar.zst gsoc2013-empathy-ebceb937aba409b8760330e79da6018363f60d5b.zip |
Removing empathy-contact-list program, it's useless.
2006-05-13 Xavier Claessens <xclaesse@gmail.com>
* src/Makefile.am:
* src/empathy-contact-list-main.c: Removing empathy-contact-list
program, it's useless.
svn path=/trunk/; revision=55
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8b9e63a19..40f9e7d1e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,8 +11,7 @@ libs = \ bin_PROGRAMS = \ empathy \ empathy-chat \ - empathy-accounts \ - empathy-contact-list + empathy-accounts empathy_SOURCES = \ empathy-main.c \ @@ -28,10 +27,6 @@ empathy_chat_SOURCES = empathy-chat-main.c empathy_chat_CPPFLAGS = $(cppflags) empathy_chat_LDADD = $(libs) -empathy_contact_list_SOURCES = empathy-contact-list-main.c -empathy_contact_list_CPPFLAGS = $(cppflags) -empathy_contact_list_LDADD = $(libs) - # MC plugin #pluginlib_LTLIBRARIES = libempathy-filter-plugin.la #libempathy_filter_plugin_la_SOURCES = empathy-filter-plugin.c |