Mercurial > pidgin.yaz
view finch/libgnt/wms/Makefile.am @ 21919:64aeaed21477
merge of '3a8b6b71a880d8b8152d3ad4c4ade2d3df3b0f5c'
and 'c06b8cca480ac664ddec99c4a2ab51b00f30240e'
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Sat, 22 Dec 2007 11:36:01 +0000 |
parents | f63e38e33811 |
children | 635b7cd19110 315151da0dc6 |
line wrap: on
line source
if PURPLE_AVAILABLE # These custom wms depend on libpurple purple_wms = s.la irssi.la else purple_wms = endif s_la_LDFLAGS = -module -avoid-version irssi_la_LDFLAGS = -module -avoid-version plugin_LTLIBRARIES = \ $(purple_wms) plugindir = $(libdir)/gnt irssi_la_SOURCES = irssi.c irssi_la_LIBADD = \ $(GLIB_LIBS) \ $(top_builddir)/finch/libgnt/libgnt.la s_la_SOURCES = s.c s_la_LIBADD = \ $(GLIB_LIBS) \ $(top_builddir)/finch/libgnt/libgnt.la \ $(top_builddir)/libpurple/libpurple.la EXTRA_DIST = AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/finch \ -I$(top_srcdir)/finch/libgnt \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(GNT_CFLAGS) \ $(PLUGIN_CFLAGS)