# HG changeset patch # User Elliott Sales de Andrade # Date 1316244610 0 # Node ID 094a1b511259dbda3d975d3c0404f6572ad00afd # Parent 65bad41adf52b54645159eda403129a561beb9cf Temporarily rename the adium IMs plugin so it will install along side the WebKit inspector plugin. It's going away soon... diff -r 65bad41adf52 -r 094a1b511259 pidgin/plugins/adiumthemes/Makefile.am --- a/pidgin/plugins/adiumthemes/Makefile.am Sat Sep 17 06:58:39 2011 +0000 +++ b/pidgin/plugins/adiumthemes/Makefile.am Sat Sep 17 07:30:10 2011 +0000 @@ -1,24 +1,24 @@ -webkittemplatedir = $(datadir)/pidgin/webkit -webkittemplate_DATA = Template.html +adiumtemplatedir = $(datadir)/pidgin/webkit +adiumtemplate_DATA = Template.html -webkitdir = $(libdir)/pidgin +adiumdir = $(libdir)/pidgin -webkit_la_LDFLAGS = -module -avoid-version +adium_la_LDFLAGS = -module -avoid-version EXTRA_DIST = $(webkittemplate_DATA) if PLUGINS -webkit_LTLIBRARIES = webkit.la +adium_LTLIBRARIES = adium.la -webkit_la_SOURCES = webkit.c \ +adium_la_SOURCES = webkit.c \ message-style.h \ message-style.c endif -webkit_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS) +adium_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS) AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \