--- a/pidgin/plugins/Makefile.am Fri Jan 03 21:13:46 2014 +0100 +++ b/pidgin/plugins/Makefile.am Sat Jan 04 11:44:06 2014 +0530 @@ -47,7 +47,6 @@ themeedit_la_LDFLAGS = -module -avoid-version unity_la_LDFLAGS = -module -avoid-version webkit_la_LDFLAGS = -module -avoid-version -unity_la_LDFLAGS = -module -avoid-version xmppconsole_la_LDFLAGS = -module -avoid-version if PLUGINS @@ -72,10 +71,6 @@ plugin_LTLIBRARIES += unity.la endif -if ENABLE_UNITY -plugin_LTLIBRARIES += unity.la -endif - noinst_LTLIBRARIES = \ contact_priority.la \ gtk_signals_test.la @@ -96,7 +91,6 @@ themeedit_la_SOURCES = themeedit.c themeedit-icon.c themeedit-icon.h unity_la_SOURCES = unity.c webkit_la_SOURCES = webkit.c -unity_la_SOURCES = unity.c xmppconsole_la_SOURCES = xmppconsole.c convcolors_la_LIBADD = $(GTK_LIBS) @@ -115,7 +109,6 @@ themeedit_la_LIBADD = $(GTK_LIBS) unity_la_LIBADD = $(GTK_LIBS) $(UNITY_LIBS) webkit_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS) -unity_la_LIBADD = $(GTK_LIBS) $(UNITY_LIBS) xmppconsole_la_LIBADD = $(GTK_LIBS) endif # PLUGINS