view pidgin/plugins/adiumthemes/Makefile.am @ 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 59f433824040
children
line wrap: on
line source


adiumtemplatedir = $(datadir)/pidgin/webkit
adiumtemplate_DATA = Template.html

adiumdir = $(libdir)/pidgin

adium_la_LDFLAGS = -module -avoid-version

EXTRA_DIST = $(webkittemplate_DATA)

if PLUGINS

adium_LTLIBRARIES = adium.la

adium_la_SOURCES = webkit.c \
	message-style.h \
	message-style.c

endif

adium_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS)

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-I$(top_srcdir)/libpurple \
	-I$(top_builddir)/libpurple \
	-I$(top_srcdir)/pidgin \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS) \
	$(WEBKIT_CFLAGS)