view console/libgnt/wms/Makefile.am @ 14673:a2b56d168a88

[gaim-migrate @ 17419] Link to external libraries where necessary to reduce the number of undefined symbols reported by ldd -r committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 01 Oct 2006 16:33:14 +0000
parents 13422c8f74a2
children 69590c55c748
line wrap: on
line source

s_la_LDFLAGS             = -module -avoid-version $(GLIB_LIBS) $(GNT_LIBS)

plugin_LTLIBRARIES = \
	s.la

plugindir = $(libdir)/gaim

s_la_SOURCES             = s.c

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)