view console/libgnt/wms/Makefile.am @ 14382:7b590ba06651

[gaim-migrate @ 17088] PLUGINS don't need to be defined for WMs. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 30 Aug 2006 17:33:44 +0000
parents 0387a167f342
children 13422c8f74a2
line wrap: on
line source

s_la_LDFLAGS             = -module -avoid-version $(GLIB_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) \
	$(PLUGIN_CFLAGS)