pidgin/plugins/Makefile.am

branch
soc.2013.gobjectification.plugins
changeset 37054
79721d976ad0
parent 36972
dfe5c47d56a9
parent 35331
515aca83bf83
child 37059
18f5830bd82c
--- a/pidgin/plugins/Makefile.am	Sun Feb 02 17:35:34 2014 +0530
+++ b/pidgin/plugins/Makefile.am	Sun Feb 02 18:13:41 2014 +0530
@@ -26,7 +26,6 @@
 
 plugindir = $(libdir)/pidgin
 
-convcolors_la_LDFLAGS       = -module -avoid-version
 contact_priority_la_LDFLAGS = -module -avoid-version
 extplacement_la_LDFLAGS     = -module -avoid-version
 gtk_signals_test_la_LDFLAGS = -module -avoid-version
@@ -47,7 +46,6 @@
 if PLUGINS
 
 plugin_LTLIBRARIES = \
-	convcolors.la       \
 	extplacement.la     \
 	gtkbuddynote.la     \
 	history.la          \
@@ -70,7 +68,6 @@
 	contact_priority.la \
 	gtk_signals_test.la
 
-convcolors_la_SOURCES       = convcolors.c
 contact_priority_la_SOURCES = contact_priority.c
 extplacement_la_SOURCES     = extplacement.c
 gtk_signals_test_la_SOURCES = gtk-signals-test.c
@@ -88,7 +85,6 @@
 webkit_la_SOURCES           = webkit.c
 xmppconsole_la_SOURCES      = xmppconsole.c
 
-convcolors_la_LIBADD        = $(GTK_LIBS)
 contact_priority_la_LIBADD  = $(GTK_LIBS)
 extplacement_la_LIBADD      = $(GTK_LIBS)
 gtk_signals_test_la_LIBADD  = $(GTK_LIBS)

mercurial