view finch/libgnt/wms/Makefile.am @ 16481:1dc138345d15

merge of '58d962c82219fc41a3ae1310386b9f340b233116' and 'c27d90ccc3ab684085667d5a5926eaa7a85644c2'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 27 Apr 2007 03:27:29 +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)