--- a/pidgin/plugins/Makefile.am Fri Jan 03 15:39:14 2014 +0530 +++ b/pidgin/plugins/Makefile.am Fri Jan 03 21:13:46 2014 +0100 @@ -47,6 +47,7 @@ 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 @@ -71,6 +72,10 @@ plugin_LTLIBRARIES += unity.la endif +if ENABLE_UNITY +plugin_LTLIBRARIES += unity.la +endif + noinst_LTLIBRARIES = \ contact_priority.la \ gtk_signals_test.la @@ -91,6 +96,7 @@ 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) @@ -109,6 +115,7 @@ 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