Mercurial > pidgin
view console/libgnt/wms/Makefile.am @ 15122:c6978ee9ac4d
[gaim-migrate @ 17908]
maybe fix 1608655
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 07 Dec 2006 04:25:29 +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)