view console/libgnt/wms/Makefile.am @ 14762:6dfb8f540cae

[gaim-migrate @ 17519] b4 committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 18 Oct 2006 06:02:39 +0000
parents 69590c55c748
children 70ffa34b4143
line wrap: on
line source

s_la_LDFLAGS             = -module -avoid-version

plugin_LTLIBRARIES = \
	s.la

plugindir = $(libdir)/gaim

s_la_SOURCES       = s.c
s_la_LIBADD        = $(GLIB_LIBS) $(top_builddir)/console/libgnt/libgnt.la

EXTRA_DIST = 

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/libgaim \
	-I$(top_srcdir)/console \
	-I$(top_srcdir)/console/libgnt \
	$(DEBUG_CFLAGS) \
	$(GLIB_CFLAGS) \
	$(GNT_CFLAGS) \
	$(PLUGIN_CFLAGS)