Mercurial > pidgin.yaz
view pidgin/plugins/adiumthemes/Makefile.am @ 32715:9173ec5a45cf
merge of '1b285d0b375fbd5e778db6bb852a7b089feb16a3'
and 'd1328041ee003fdee29a0cf6ae44b44727a49bb8'
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Sun, 02 Oct 2011 00:06:40 +0000 |
parents | 094a1b511259 |
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)