view finch/libgnt/wms/Makefile.am @ 15940:fd9482f9f604

merge of '3373e976438182796e93bab7ded908eba4db04ed' and 'e8a93071ea487cda30c11aee38b1763a8fccaceb'
author Richard Nelson <wabz@pidgin.im>
date Tue, 27 Mar 2007 00:46:44 +0000
parents c6e563dfaa7a
children 0dcd915899ae
line wrap: on
line source

s_la_LDFLAGS             = -module -avoid-version

plugin_LTLIBRARIES = \
	s.la

plugindir = $(libdir)/finch

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)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/libpurple \
	-I$(top_srcdir)/finch \
	-I$(top_srcdir)/finch/libgnt \
	$(DEBUG_CFLAGS) \
	$(GLIB_CFLAGS) \
	$(GNT_CFLAGS) \
	$(PLUGIN_CFLAGS)