Mercurial > pidgin.yaz
view console/libgnt/wms/Makefile.am @ 15666:6eda87b08cdf
Don't access the list element after it has been freed.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 19 Feb 2007 16:09:25 +0000 |
parents | cc1721b06dc6 |
children |
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 \ $(top_builddir)/libpurple/libpurple.la EXTRA_DIST = AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/libpurple \ -I$(top_srcdir)/console \ -I$(top_srcdir)/console/libgnt \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS) \ $(GNT_CFLAGS) \ $(PLUGIN_CFLAGS)