view pidgin/plugins/adiumthemes/Makefile.am @ 32598:1798b24a4fd5

Fix history plugin compile.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 08 Sep 2011 23:28:40 +0000
parents 59f433824040
children 094a1b511259
line wrap: on
line source


webkittemplatedir = $(datadir)/pidgin/webkit
webkittemplate_DATA = Template.html

webkitdir = $(libdir)/pidgin

webkit_la_LDFLAGS = -module -avoid-version

EXTRA_DIST = $(webkittemplate_DATA)

if PLUGINS

webkit_LTLIBRARIES = webkit.la

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

endif

webkit_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)