Mercurial > pidgin.yaz
changeset 32625:094a1b511259
Temporarily rename the adium IMs plugin so it will install along side
the WebKit inspector plugin. It's going away soon...
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 17 Sep 2011 07:30:10 +0000 |
parents | 65bad41adf52 |
children | c984438b994d |
files | pidgin/plugins/adiumthemes/Makefile.am |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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)\" \