]> git.0d.be Git - empathy.git/blobdiff - src/Makefile.am
Removing empathy-contact-list program, it's useless.
[empathy.git] / src / Makefile.am
index 8b9e63a193eace70f33f56415b28ba8c11217a2b..40f9e7d1e35ca388eabfaa03ad7621222436e87a 100644 (file)
@@ -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